I have two versions of rails (2.1.0 and 2.2.2) installed in my computer.
When I create a new application, is it possible to specify that I want to use the older (2.1.0) version?
|
I have two versions of rails (2.1.0 and 2.2.2) installed in my computer. When I create a new application, is it possible to specify that I want to use the older (2.1.0) version? |
||||
|
|
|
I found here an undocumented option to create a new application using an older version of Rails.
|
|||||||||||||||
|
|
You can generate the skeleton with either version and require the one you want in
or use the "rails" command form the version you want anyway. |
|||
|
|
|
You should also take a look at "freezing" your Rails gems into the app. This helps a lot with deployment, specially in shared hosting environments. Just change the
|
|||
|
|