Hobo 0.8.9 Released
Posted by
Bryan Larsen | October 14, 2009 4 Responses comments

Our apologies for not releasing Hobo 0.8.9 earlier. We really should have pushed out a new version as soon as Bug 461 was fixed.

We’ve got some exciting stuff coming, including internationalization support from soey and Spiralis, and auto indexing from Matt Jones. This might slightly destabilize edge for a while — consider yourself warned.

The gems are on gemcutter.org now. gem install gemcutter to access them. Hopefully they’ll appear on Rubyforge soon.

Enhancements

  • precompile_taglibs allows you to precompile taglibs during application startup rather than on demand.
  • --invite-only option added to the hobo generator.

Major bug fixes:

  • Bug 461: Firefox 3.5 problems were caused by lowpro.  For existing projects, you will have to update your copy of public/javascripts/lowpro.js

  • Bug 477 caused problems when the user submitted a form from the index page.

  • “collection” was renamed to “collection-heading” in the Rapid generated show-page.

  • Bug 473: Hobo now uses any time zone’s configured for the application rather than using the server’s time zone.

Minor bug fixes and enhancements:

See the github log

Reader Comments Add your comment »

Thanks Bryan!

The github log link points to version 0.8.5.

Thanks Betelgeuse. I forgot to push the tag.

And it looks like we’ve got another brown paper bag release. Iain Beeston caught a bug in the last minute fix to Bug 473. I pushed a fixed gem to gemcutter, but I didn’t bump the version number. I expect to do so in the morning so that everybody actually gets the new version.


Write a Comment

Comments are formatted using markdown. To include code, either quote it in `backticks` or indent a code-block by 4 spaces.