I'm trying to install will paginate.
I installed the gem, as detailed on the github page. The gem installed OK, but when I tried a line like
@user = User.paginate
I just got an error message about the paginate method not existing.
So, I uninstalled the gem and tried using the plugin method:
script/plugin install svn://errtheblog.com/svn/plugins/will_paginate
But the above command gives no feedback whatsoever (is that normal?) and
script/plugin list
shows it hasn't installed.