- 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
hobbit
0.6.0 - Test hobbit with oktobertest instead of minitest (Because reasons!).
- Add
Hobbit::Mote
- Fix broken tests.
- Refactor
Hobbit::ErrorHandling
according 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, theerror
block 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 inhobbit
0.4.0.
- Fix
hobbit-contrib.gemspec
: adderubis
and remove redundant dependencies. - Remove
Hobbit::AssetTag
module. It's not hard to writelink
andscript
tags.