- Fixes bugs w/Railties generators and other libraries that use
a class method named
hooks
- before and after filters no longer assume argument-less-methods
before
andafter
are now in method_missing so they won't conflict with other libraries
- :if => :method and :unless => lambda { false } are now supported.
- That, or any variation of those two you can imagine.
- Hooks / callbacks are working BEFORE OR AFTER a method gets defined
- No :if or :unless options