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-22 21:28:01 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
afab12fa37d5aabcddf8eb55f9de2e043f479b54
devise
/
test
/
models
History
Carlos Antonio da Silva
afab12fa37
Adding old_password reader method to authenticatable
2009-12-14 23:25:45 -02:00
..
authenticatable_test.rb
Adding old_password reader method to authenticatable
2009-12-14 23:25:45 -02:00
confirmable_test.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
recoverable_test.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_test.rb
Refactor tests a little bit and gain more speed (from 12s to 9s in my machine).
2009-11-24 23:19:12 -02:00
timeoutable_test.rb
Rename :timeout to :timeout_in and release gem again.
2009-11-25 00:11:49 -02:00
trackable_test.rb
Added trackable for sign_in_count, sign_in_at and sign_in_ip.
2009-11-24 15:18:42 -02:00
validatable_test.rb
Assert validations API inside validatable module.
2009-11-24 13:56:54 -02:00