2009/9/19 Arul hari <[email protected]>: > > Greg Donald wrote: >> On Fri, Sep 18, 2009 at 3:11 AM, Arul hari >> <[email protected]> wrote: >>> >>> After installing the rails I faced this problem. If anyone aware of this >>> problem, kindly give solution for this. >>> >>> velling...@webdevel:~/public_html/Isync$ ./script/server >>> => Booting WEBrick... >>> /usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate': can't >>> activate activeresource (= 2.3.4, runtime), already activated >>> activeresource-2.1.0 (Gem::Exception) >> >> Do you get the same error when running script/console ? >> >> I would remove whatever gems I wasn't using.. looks like you have at >> least a couple versions of Rails installed. If the extra versions >> aren't there they can't be loaded to cause the error. Removing them >> fixed similar issues for me a while back. >> >> >> -- >> Greg Donald >> http://destiney.com/ > > When I use the script/console I got the same error, > ERROR: > [snip]
Did you try removing gems you don't need? Do gem list to see what you have got then gem uninstall to remove any old ones. (http://rubygems.org/read/chapter/10#page38). Colin --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

