Search code examples
ruby-on-railsrubyruby-on-rails-3ruby-on-rails-2

Installing Rails 2.3.4


I am working on a project that requires me to install Rails 2.3.4. I have only worked with Rails 3 applications, where I installed Rails 3 using RVM.

Since I am using a separate machine for this project, basically all I am asking for is how to install Rails 2.3.4. Any links would be much appreciated :)


Solution

  • did you try

    sudo gem install rails -v=2.3.4