v0.8.7
Fixed
- Fixed global sign out bug.
- Allow Rails apps to
before_filter :authenticate
the entire app
inApplicationController
and still have password recovery work without
overriding any controllers. - Rails 3 fix for
ActionController
/ActionDispatch
change.