I’m afraid to tell it gem update rails because I think that would
probably install 2.0.2 and I only want to go from 1.2.3 to 1.2.6
How can I update rails (Linux) to 1.2.6 ?
Craig
I’m afraid to tell it gem update rails because I think that would
probably install 2.0.2 and I only want to go from 1.2.3 to 1.2.6
How can I update rails (Linux) to 1.2.6 ?
Craig
“gem install rails -v=1.2.6” will do it just fine.
Nicolai
PS:
You could also do a “rake rails:freeze:edge TAG=rel_1-2-6” - that would
only
upgrade this specific rails application.
On Thu, 2007-12-27 at 19:13 +0100, Codeblogger wrote:
“gem install rails -v=1.2.6” will do it just fine.
it did… it’s not very well documented, perhaps it’s my gem version
itself which is 0.9.4 which I should probably update too.
Thanks
Craig
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs