You will probably need the mislav-will-paginate.
I did a fresh install on a machine this weekend like this and it
worked fine like this
gem update --system
gem install rails --include-dependencies
gem sources -a
http://gems.github.com
gem install hobo --include-dependencies
The order is important, I found you can scramble things if you forget
to do the gem update --system first. I uninstalled ruby and restarted
after making that mistake and it was fine after that.
Once you have the gems installed you should be able to create an app
using the "hobo" script or if you want to run hobo from the apps
plugin directory you can do it like this:
http://github.com/tablatom/hobo/wikis/git
Hope this helps.
Brett
, you may also need the mysql gem of the sqlite-ruby gem