I've pushed a bunch more changes to Hobo 1.4 on Github.

The 2 big changes are the movement of all remaining tags from the old
Hobo taglib location to the new hobo_rapid gem, as well as movement of
the helpers.

I'll probably mark this as beta1 and release gems to rubygems if
nobody notices any glaring holes in this release.

Bryan

Here's the delta on CHANGES.txt

## default doctype changed

The default doctype has been changed from `XHTML 1.0 TRANSITIONAL` to
`html`, also known as "standards mode" in Internet Explorer 8 and 9
and "html5" in other browsers.

## default field-list changed

The default for `<field-list>` has changed to `<feckless-fieldset>`.
The old behaviour is still available in `<field-list-v1>`.   Please
provide feedback: we are open to reversion before final release.

## Helper rearrangement

In previous versions of Hobo, all Hobo helpers were available in both
the controllers and the views.   In this version, some helpers are
only available in the views.   If there is a helper function that you
need to access in your controller, you can call in your controller:

    HoboTypeHelper.add_to_controller(self)

Other Helper classes not included in the controller by default are
HoboDebugHelper, HoboDeprecatedHelper and HoboViewHintHelper.

Several helpers have been moved into
app/helpers/hobo_deprecated_helper.rb

If your application depends on any of these, you can set
config.hobo.include_deprecated_helper.

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