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-20 20:28:03 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e1c2e45f9756e34cc008b76e9be43b8491cde3eb
devise
/
test
/
models
History
José Valim
90c33a4e05
Revert earlier commit. Do care about blank passwords, otherwise update_with_password is useless.
2009-12-16 17:34:09 +01:00
..
authenticatable_test.rb
Revert earlier commit. Do care about blank passwords, otherwise update_with_password is useless.
2009-12-16 17:34:09 +01: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