Hobo 0.8.3 released
Posted by
Tom | October 15, 2008 3 Responses comments

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!

Reader Comments Add your comment »

cool, some really nice enhancements

thank you :)

Maybe a few words on how to upgrade hobo on existing projects would be nice?

I downloaded the latest, and started working through the agility tutorial. Got to the point where I try to create tasks, and got this error:

ActiveRecord::HasManyThroughSourceAssociationMacroError in TasksController#new
Invalid source reflection macro :hasmany :through for hasmany :users, :through => :task_assignments. Use :source to specify the source reflection.

Any ideas?