Sunday, April 11, 2010

Installing Rails

Previous: Installing MySQL and Ruby bindings

Use Gems to install Rails. Open a Terminal window and enter

cd ~
sudo gem install rails

If the installation succeeded, the following command will display version information:

rails -v

Next: Installing Ruby testing tools

No comments:

Post a Comment