Sunday, June 17, 2007

Getting Up to Speed with RaidRails, Ruby on Rails

This how-to assumes you have a basic understanding of Ruby and Rails.

Requirements:

Windows XP (I have tested the following in a Windows XP Pro SP2 environment)

XAMPP:
Install - Apache & MySQL
http://www.apachefriends.org/en/xampp-windows.html

Instant Rails:
http://rubyforge.org/frs/?group_id=904

Radrails:
http://www.aptana.com/download_radrails.php


1) Configure Rails and Rake path
Navigate to the Instant Rails directory.
Select the rails binary and rake.bat as shown below




2) Setup the Ruby Interpreter
Select ruby.exe located in the \bin\ dir




3) Start the MySQL server




4) Create a New Project - RadRails





5) Enter a Project Name





6) Hello World!




Ruby:
http://www.ruby-lang.org/en/

Ruby on Rails framework:
http://www.rubyonrails.org/

Ruby forge:
http://rubyforge.org/

Ruby Help and Docs:
http://www.ruby-doc.org/

Streamlined:
http://streamlinedframework.org:8079/trac/

IBM Fast-track your Web apps with Ruby on Rails:
http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/

No comments: