hi have upgraded my version from 2.0.2 to 2.2.2.but the application which i have created from rails 2.0.2 is not getting started. Throwing ruby script/server /usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate'': can''t activate activesupport (= 2.2.2, runtime), already activated activesupport-2.0.2 (Gem::Exception) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:35:in `require'' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support.rb:28 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:1 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from script/server:3 -- 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Dec-09 08:47 UTC
Re: I am facing problem when i am running my rails app
On Dec 9, 5:07 am, Nike Mike <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> hi have upgraded my version from 2.0.2 to 2.2.2.but the application > which i have created from rails 2.0.2 is not getting started. >Something is explicitly requiring another version of activesupport (for example I think old versions of will_paginate did this). Fred> Throwing > > ruby script/server > /usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate'': can''t > activate activesupport (= 2.2.2, runtime), already activated > activesupport-2.0.2 (Gem::Exception) > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:35:in > `require'' > from > /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support.rb:28 > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require'' > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require'' > from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:1 > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require'' > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require'' > from script/server:3 > -- > 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 -~----------~----~----~----~------~----~------~--~---
hi have upgraded my version from 2.0.2 to 2.2.2.but the application which i have created from rails 2.0.2 is not getting started. REPLY: Hi, you have upgraded rails 2.2.2. right! have you install gem rails - v=2.2.2. if not install and check it. then you can get the exact result. Thanks, Karthie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---