Hobo 2.0.0.pre5 has been released.

This contains one minor bugfix, one major bugfix and some documentation updates.

The minor bugfix is to click-editor.

The major bugfix is to the setup generator.   It is related to the
Rails 3.2 development caching feature, making your app not reload
changes in Dryml, and forcing you to restart the server all the time.
If you have created an app with an older version of Hobo 2.0 you can
fix it easily:

The wrong line is near the top of config/environments/development.rb:

    config.watchable_dirs[File.join(config.root, 'app/view')] = ['dryml']

And the same line corrected:

    config.watchable_dirs[File.join(config.root, 'app/views')] = ['dryml']

Just an "s", but an important one :).   Thanks Ignacio for catching it.

hobo_bootstrap 2.0.0.pre5 has also been released.   It's the
recommended theme for Hobo 2.0.   We haven't made it the default yet
because it's still stabilizing, but I anticipate that will happen
soon.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to