- Use a custom output variable when rendering Tilt templates
Hobbit::Filter: call all matching filters instead of calling the first matching filter.
- Make it work with
hobbit0.6.0 - Test hobbit with oktobertest instead of minitest (Because reasons!).
- Add
Hobbit::Mote
- Fix broken tests.
- Refactor
Hobbit::ErrorHandlingaccording to the recent changes onHobbit::Response. - Fix tests.
- Fix
Hobbit::Filter. It wasn't filtering actions if an empty before (or after) filter was defined.
- Make
environment,development?,production?andtest?available in class context (inHobbit::Environment).
- Fix
Hobbit::ErrorHandling. Now, when an exception is raised, theerrorblock is executed in the context of the object, not the class. - Fix error handling and filter specs.
- Fix
Hobbit::Filter. Now it works withhalt, introduced inhobbit0.4.0.
- Fix
hobbit-contrib.gemspec: adderubisand remove redundant dependencies. - Remove
Hobbit::AssetTagmodule. It's not hard to writelinkandscripttags.