Changes
→3. Install Rails
== 3. Install Rails ==
Umlaut is currently tested with requires Rails 1.2.1.2, and is bound to it in the default environment.rb. It has not been verified for Rails 2.2.x yet. So install the 1.2.1 .2 version of Rails (you can have multiple versions of Rails installed simulataneously, don't worry about this overwriting a more recent version of Rails you may want--it won't.)
"sudo gem install rails -v 1.2.1.2" (say yes to any dependencies)
'''Note''': There are various guides available on the net to getting Ruby/Rubygems/Rails installed on various OSs. Consult if you have trouble.