Closed adg29 closed 11 years ago
Hey there,
We depend on will paginate but since we only use the collection class, we leave the rest of it as is. What do you have in your Gemfile for will_paginate? It looks like nothing directly, so if that's the case I suggest explicitly adding it there (which should also have the effect of loading it for you)
Closing since I haven't head back wrt to the comment above. Let me know and I'll reopen if you still have issues.
If I don't
require 'will_paginate'
in myenvironment.rb
file I get the following error:Wanted to point this out and perhaps find some explanation for this.
Perhaps this is due to my application setup? Perhaps you will see if the issue stems from my Gemfile.lock (notice
will_paginate
is listed twice)? Let me know if you observe anything:This is the use case between the model and controller for the my resource
And here is the relevant part of my
Gemfile.lock