This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
devise
Watch
1
Star
1
Fork
0
You've already forked devise
mirror of
https://github.com/heartcombo/devise.git
synced
2026-01-24 06:08:10 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8563f106a18d4e755b0290fff0cdb509197f68e6
devise
/
lib
/
devise
/
hooks
History
José Valim
4bc2ff997a
Timeout does not explode when reset_authentication_token! is accidentally defined by Active Model
2012-06-16 14:04:34 +02:00
..
activatable.rb
Rename active? to active_for_authentication?
2011-03-25 15:40:46 +01:00
forgetable.rb
Use #persisted? instead of #frozen? to check whether #forget_me should attempt to clear remember token from database
2011-04-25 15:49:59 +08:00
lockable.rb
Hook should be on lockable not recoverable and removed an useless comment
2012-03-19 18:06:20 -03:00
rememberable.rb
Move rememberable back to a hook.
2011-02-24 21:55:52 +01:00
timeoutable.rb
Timeout does not explode when reset_authentication_token! is accidentally defined by Active Model
2012-06-16 14:04:34 +02:00
trackable.rb
use 'devise.skip_trackable' instead of DNT headers
2011-05-04 15:21:12 +02:00