I'm struggling a bit with this. I'm on rails 2.1.0. When I run gem list, it shows will_paginate 2.1.0 installed. I have this line in my environment.rb file, in the Initializer block:
config.gem 'mislav-will_paginate', :version => '~> 2.1.0', :lib => 'will_paginate', :source =>
http://gems.github.com' But when I try to use paginate, I get "undefined method `paginate'"
What am I missing?