Site Archives: Releases
Hobo 0.8.3 released
Posted by
Tom | October 15, 2008 comments 3 Responses

I’ve just released Hobo 0.8.3. Various bug fixes, plus a few nice new features, including much better support for multi-model forms. See the changes for the details.Please remember that Rubyforge takes a good while to get with the program, so gem update hobo might not work for a while. You can download the gem files from Rubyforge manually though.Enjoy!

Hobo 0.8.2 released
Posted by
Tom | September 14, 2008 comments 5 Responses

I’ve just released Hobo 0.8.2 — mostly a bugfix release. As always it’s tagged in the git repo and the gems are on Rubyforge (so you can just gem update hobo). See the changes for the lowdown.

Enjoy!

Hobo 0.8.1
Posted by
Tom | September 8, 2008 comments 10 Responses

I’ve just released Hobo 0.8.1 which contains a bunch of fixes and small enhancements. It’s tagged in the git repo, the gems are on Rubyforge (so you can just gem update hobo), and you can read the changes

Enjoy!

Hobo 0.8 Released
Posted by
Tom | September 3, 2008 comments 2 Responses

I’ve just tagged v0.8 in the git repo, and released the 0.8 gems on rubyforge.

Enjoy!

Expect breaking changes as always (until we get to 1.0 of course), and expect more than normal, because this is a fairly big release.

I’ve created a page on the github wiki to collect advice for upgrading your existing apps. That page will grow over the next few days, but to get you started, here are the main things you definitely need to do.

First, Hobo in general:

Upgrade gem to 1.2 (you don’t have to do this but it’s so much faster)

$ gem update --system

Add the github gem server as a source (so you get will_paginate)

$ gem sources -a http://gems.github.com

Now you can upgrade Hobo

$ gem update hobo

Then, for your app:

You need to run some generators again. Be careful not to overwrite your code! The ‘d’ option to see the differences is useful. You might want (with the user model in particular) to just create a new blank Hobo app with the hobo command and compare the files manually. Run these generators:

  • hobo
  • hobo_rapid
  • hobo_user_model
  • hobo_front_controller

From there, go check out the page on the wiki

I’ll follow-up shortly (heh) with a post about what’s new in 0.8.