1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise/models
2010-02-02 12:37:06 +01:00
..
activatable.rb introducing lockable implementation 2010-01-01 17:57:35 -02:00
authenticatable.rb Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance. 2010-02-02 12:37:06 +01:00
confirmable.rb introducing lockable implementation 2010-01-01 17:57:35 -02:00
lockable.rb Clean up whitespace and remove deprecated stuff. 2010-01-13 18:23:04 +01:00
recoverable.rb Added skip_confirmation! It skips confirmation token generation, e-mail sending and automatically sets confirmed_at. 2009-12-15 00:30:28 +01:00
rememberable.rb Bring rememberable back. 2010-01-14 15:47:14 +01:00
timeoutable.rb Bring rememberable back. 2010-01-14 15:47:14 +01:00
token_authenticatable.rb Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance. 2010-02-02 12:37:06 +01:00
trackable.rb Added trackable for sign_in_count, sign_in_at and sign_in_ip. 2009-11-24 15:18:42 -02:00
validatable.rb Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected. 2009-12-20 13:53:53 +01:00