This is great news :).

There are also some improvements in hobo_bootstrap worth mentioning:

- Fix image-url so the icons, spinner and so on always work.
- Make sortable-collection work nicely.
- Big change by Bryan: We are now running an updated version of bootstrap. And the best part, it's very easy to use any theme from bootswatch: http://bootswatch.com/. Just follow the instructions in the Readme: https://github.com/Hobo/hobo_bootstrap. Thanks a lot Bryan!

Regards,
Ignacio


El 02/11/12 17:01, Bryan Larsen escribió:
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.


--
Ignacio Huerta Arteche
http://www.ihuerta.net
Teléfono: 0034 645 70 77 35
Email realizado con software libre

--
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