Hobo 0.6.3 released
Posted by
Tom | November 13, 2007 2 Responses comments

OK finally got it out there. Hobo 0.6.3 is mainly a whole load of small improvements. There are many breaking changes as always. Here’s a quick heads up on some things to watch out for:

  • The page templates in rapid-pages have been improved a lot. If you use them you should study the new templates carefully to see how you need to update your own code.

  • If you were using the multiple-object create/update features in Hobo’s controller, I’m afraid that feature has been deemed lame and is gone.

And a couple of teeny ones:

  • We no longer support the shortcut hobo_user_model :email. You need to explicitly call set_login_attr :email. You should do this after the fields declaration.

  • The css class button_input is now just button, which may mess with your beautiful design a tad.

There’s a ton of other changes but those are my list of “things to mention in the blog post”.

Go get it:

Now I just have one little feature I need to implement and I can get stuck in to the … drum-roll … documentation!

Reader Comments Add your comment »

Sounds very nice! Can’t wait to test it, thanks a lot! :)

Very exciting news Tom. Thanks for your hard work.

Now, with regards to the theme issues that will be addressed in .7, what type of counsel do you have for us with this release? Should we be nervous that we will have to rewrite our themes once .7 comes around the corner or will those themes remain functional or should we simply steer clear of theming our apps until .7?


Write a Comment

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