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
2011-04-29 11:26:12 -07:00
..
authenticatable.rb Other minor improvements in the REST code. 2011-04-19 08:36:52 +02:00
confirmable.rb typo 2011-03-30 21:11:34 +08:00
database_authenticatable.rb sessions/new also responds to xml and json now 2011-04-18 09:56:24 +02:00
encryptable.rb Use secure compare as well. 2011-02-15 11:33:54 +01:00
lockable.rb Rename active? to active_for_authentication? 2011-03-25 15:40:46 +01:00
omniauthable.rb Remove OAuth2 in favor of OmniAuth. 2010-10-18 15:00:34 +02:00
recoverable.rb Fixes a little typo. 2011-04-29 11:26:12 -07:00
registerable.rb corrected 'an user' to 'a user' in comments and docs 2011-02-06 23:46:49 +08:00
rememberable.rb Use updated Mongoid gem and remove #destroyed? 2011-04-25 15:50:00 +08:00
timeoutable.rb Making sure timeoutable respects rememberable if both are loaded. 2010-09-29 15:27:54 +08:00
token_authenticatable.rb typos (remaining instances of authenticable -> authenticatable) 2011-01-13 13:02:17 +08:00
trackable.rb Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb password_required? should not affect length validation, closes #1037. 2011-04-29 08:33:33 +02:00