Setup Rails

This page describes how to setup Ruby on Rails and related development tools. Edit it to match your tools.

Install the Tools

Install ruby, gem, and rails

Version:

  • We are currently using Rails version 2.0.2 with ruby 1.8.6

All Operating Systems

Windows

  • Download and install the Ruby Windows Installer and then type "gem install rails --include-dependencies" in cmd.exe prompt
  • Go into your editor preferences and set your line endings to UNIX. This is important. Send me a message if you are not sure how to do this with your editor.

Install a database server if you do not already have one

Install the Rails IDE

Netbeans with ruby support

Download IDE from here

Aptana IDE aka RadRails?

Optional: Read this linked Easy Setup page for instructions about how to set up a development environment with Radrails. This will be useful to you if you are a graphic designer with limited programming experience. It also describes how to check out a project from Subversion into Radrails / Eclipse, which is something that is hard to figure out.

Install a Subversion client

(Other client is not needed if you use the Radrails IDE or another IDE with Subversion operations)