I would like to install the older version of rails instead of the one released last week under windows-installer. when I typed gem install rails --remote, the newer version is installed and some of the old methods I was using are no longer supported. can anyone tell me how to edit the batch file and execute command lines so that I can install the older version without having ZliBuff error and other methods not supported. thanks. The versions i am using are Ruby 1.8.6.25 Gem 0.9.2 REL 1.2.5 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
System-wide, you can do this: gem install --version=1.2.6 rails --include-dependencies That''ll get you what you want. On Dec 10, 2007 3:42 PM, railsrock <alexliu56-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I would like to install the older version of rails instead of the one > released last week under windows-installer. when I typed gem install > rails --remote, the newer version is installed and some of the old > methods I was using are no longer supported. > > can anyone tell me how to edit the batch file and execute command > lines so that I can install the older version without having ZliBuff > error and other methods not supported. thanks. > > The versions i am using are > Ruby 1.8.6.25 > Gem 0.9.2 > REL 1.2.5 > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
As of RubyGems 0.9.5 you don''t have to do --include-dependencies as this is done automatically for you now. On Dec 11, 2007 8:18 AM, Brian Hogan <bphogan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> System-wide, you can do this: > > gem install --version=1.2.6 rails --include-dependencies > > That''ll get you what you want. > > > > > On Dec 10, 2007 3:42 PM, railsrock <alexliu56-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I would like to install the older version of rails instead of the one > > released last week under windows-installer. when I typed gem install > > rails --remote, the newer version is installed and some of the old > > methods I was using are no longer supported. > > > > can anyone tell me how to edit the batch file and execute command > > lines so that I can install the older version without having ZliBuff > > error and other methods not supported. thanks. > > > > The versions i am using are > > Ruby 1.8.6.25 > > Gem 0.9.2 > > REL 1.2.5 > > > >-- Ryan Bigg http://www.frozenplague.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---