Roman Rozinov
2009-Feb-20 21:14 UTC
cannot activate feedtools gem due to frozen rails install
I got feedtools 0.23 installed. I am trying to familiarize with the gem but when i do "require ''feed_tools''" in script/console of the app, i get this: Gem::Exception: can''t activate activerecord (>= 1.10.1, runtime), already activated activerecord-2.1.0 The app has rails 2.1.0 frozen and I have rails 2.2.2 installed on the system. How would I troubleshoot this? -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Matt Jones
2009-Feb-21 18:59 UTC
Re: cannot activate feedtools gem due to frozen rails install
This is a known issue with the 2.1 series - see http://rails.lighthouseapp.com:80/projects/8994/tickets/1107 for details. If at all possible, I''d recommend that you upgrade to 2.2, which fixes the issue. --Matt Jones On Feb 20, 4:14 pm, Roman Rozinov <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I got feedtools 0.23 installed. I am trying to familiarize with the gem > but when i do "require ''feed_tools''" in script/console of the app, i get > this: > Gem::Exception: can''t activate activerecord (>= 1.10.1, runtime), > already activated activerecord-2.1.0 > > The app has rails 2.1.0 frozen and I have rails 2.2.2 installed on the > system. > How would I troubleshoot this? > -- > Posted viahttp://www.ruby-forum.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Roman Rozinov
2009-Feb-24 22:39 UTC
Re: cannot activate feedtools gem due to frozen rails install
Matt Jones wrote:> This is a known issue with the 2.1 series - see > http://rails.lighthouseapp.com:80/projects/8994/tickets/1107 > for details. If at all possible, I''d recommend that you upgrade to > 2.2, which > fixes the issue. > > --Matt Jones > > On Feb 20, 4:14�pm, Roman Rozinov <rails-mailing-l...@andreas-s.net>Thank you for the info. That certainly helps. -- Posted via http://www.ruby-forum.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---