I found an easy solution to this problem... Stop the WEbrick server and start it again...
Seems dumb I know, but I was using the method where you modify config/ environment.rb to include this line: <code> config.gem 'mislav-will_paginate', :version => '~> 2.3.4', :lib => 'will_paginate', :source => 'http://gems.github.com'</ code> it should go right after the: <code>Rails::Initializer.run do |config| </code> line then you perform <code>sudo rake gems:install</code> and it installs the gem for you. But it was giving me this error message unti I stopped the WEbrick server and started it again. Go Figure... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

