Thorsten Brückner
2006-May-23 07:49 UTC
[Rails] Updating installed Rails 1.0 to 1.1.2 without gem
Hello, on my Company-Computer i`ve Rails 1.0 installed. Now i want to update to Rails 1.1.2, but there`s no chance to do this with gem because of a new Firewall. Is there any way to update to Rails 1.1.2 manually? Thank you Thorsten -- Posted via http://www.ruby-forum.com/.
Nicolas Buet
2006-May-23 08:27 UTC
[Rails] Updating installed Rails 1.0 to 1.1.2 without gem
Yep. You download each gem pacakge from rubyforge, and install it. Start by downloading rails1.1.2.gem, type in gem install rails --include-dependencies, check the error message ("rails requires activeXXX"), download the dependencie activeXXX, install, ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060523/436e3fd1/attachment.html
Hi Nicolas, i did it as you wrote and after installation of each gem i executed rails -v. Every time Rails told me which package was missing. After installing each gem Rails -v printed Rails 1.1.2 I think it works. Thank you! Thorsten Nicolas Buet wrote:> Yep. You download each gem pacakge from rubyforge, and install it. Start > by > downloading rails1.1.2.gem, type in gem install rails > --include-dependencies, check the error message ("rails requires > activeXXX"), download the dependencie activeXXX, install, ...-- Posted via http://www.ruby-forum.com/.