On 2/3/07, Alon Goldshuv
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:>
> Hello.
>
> Rails version on my production host is 1.1.6
> On my local dev box it was 0.11.x i think. Wanting to have both rails
> versions identical I ran ''gem update rails'' without
thinking too much,
> and of course that wasn''t very smart as now I have rails 1.2.1 on
my dev
> box :-)
>
> how do I downgrade to rails 1.1.6?
>
> thanks!
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
$ gem help commands
will show you your options.
You can uninstall the rails gem and dependencies of: actionmailer,
actionpack, actionwebservice, activerecord, and activesupport.
$ sudo gem uninstall <gem-name>
There might be a faster one-line but I don''t know it off the top of my
head. Then just use the version flag when installing rails 1.1.6.
$ gem help install
will show you the options.
Hope this helps.
--
Zack Chandler
http://depixelate.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---