0.8.3 wants mislav-will_paginate instead of will_paginate

1 view
Skip to first unread message

Jim

unread,
Oct 19, 2008, 1:16:54 AM10/19/08
to Hobo Users
I don't see in the gems repository a version that the hobo dependency
listing in the rakefile is looking for:

p.dependencies = [
'hobosupport >=0.8.3',
'hobofields >=0.8.3',
'rails >=2.1',
'mislav-will_paginate >=2.2.1']

I had to unpack the gem to see that, so if I delete the mislav- how do
I proceed to install hobo from my unpacked gem?

blizz

unread,
Oct 20, 2008, 11:16:15 AM10/20/08
to Hobo Users
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

blizz

unread,
Oct 20, 2008, 11:07:53 PM10/20/08
to Hobo Users
, you may also need the mysql gem of the sqlite-ruby gem

just discovered for sqlite you need a specific version for that as
well if you are on windows

gem install sqlite3-ruby --version 1.2.2

Jim

unread,
Oct 20, 2008, 11:22:10 PM10/20/08
to Hobo Users


On Oct 20, 8:16 am, blizz <blizzardvi...@gmail.com> wrote:
> 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 -ahttp://gems.github.com
>      gem install hobo --include-dependencies

Thanks! Adding github to my gem source list was the missing step for
me... the install of hobo did in deed grab the mislav-will_paginate
gem.
Reply all
Reply to author
Forward
0 new messages