hi all, i just did a ''gem update --source gems.rubyonrails.org'' and then a ''gem cleanup'' and all appeared to run smoothly but now when i start up a webrick server i get the following: /usr/local/lib/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'': RubyGem version error: activesupport(1.2.0 not = 1.1.1) (Gem::LoadError) from /usr/local/lib/site_ruby/1.8/rubygems.rb:141:in `activate'' from /usr/local/lib/site_ruby/1.8/rubygems.rb:167:in `activate'' from /usr/local/lib/site_ruby/1.8/rubygems.rb:166:in `activate'' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:26:in `require'' from /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.0/lib/active_support/dependencies.rb:213:in `require'' from ./../config/environment.rb:51 from ./server:42 is a version number specified somewhere that i have to change or has my gems repository been stuffed? not quite sure of the simplest way to fix this. thanks for any help -felix
Fix is here: http://martinmay.net/articles/2005/10/17/rails-0-14-0 Martin Felix McCoey wrote:> hi all, > > i just did a > > ''gem update --source gems.rubyonrails.org'' > > and then a > > ''gem cleanup'' > > and all appeared to run smoothly but now when i start up a webrick > server i get the following: > > /usr/local/lib/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'': > RubyGem version error: activesupport(1.2.0 not = 1.1.1) (Gem::LoadError) > from /usr/local/lib/site_ruby/1.8/rubygems.rb:141:in `activate'' > from /usr/local/lib/site_ruby/1.8/rubygems.rb:167:in `activate'' > from /usr/local/lib/site_ruby/1.8/rubygems.rb:166:in `activate'' > from > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:26:in `require'' > from > /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.0/lib/active_support/dependencies.rb:213:in > `require'' > from ./../config/environment.rb:51 > from ./server:42 > > > is a version number specified somewhere that i have to change or has my > gems repository been stuffed? not quite sure of the simplest way to fix > this. > > thanks for any help > > -felix > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >