1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
Jeffrey Jones 0287d8cc80 When using database_authenticatable Devise will now only create an email field when appropriate.
(If using default authentication_keys or custom authentication_keys with email included)

Test written for Mongoid, not sure how to test for active_record yet.
2011-02-10 16:16:33 +08:00
..
controllers typos (remaining instances of authenticable -> authenticatable) 2011-01-13 13:02:17 +08:00
generators
integration rememberable cookie now is httponly by default 2010-12-25 12:04:04 +01:00
mailers
models Add a test to show recoverable works as expected if password is blank. 2011-02-09 10:11:48 +01:00
omniauth
orm
rails_app Spaces 2011-02-06 19:23:36 -02:00
support
devise_test.rb
encryptors_test.rb
failure_app_test.rb failure_app redirects to the correct format if it is a non-html request. This is to ensure that firefox redirects the correct format since firefox doesn't inherit accept info. also fix issue 675 that is resurrected by issue 754. 2011-01-11 18:27:14 +08:00
indifferent_hash.rb
mapping_test.rb
models_test.rb Fix the module sorting in devise method. 2011-01-15 07:38:06 +08:00
routes_test.rb
schema_test.rb When using database_authenticatable Devise will now only create an email field when appropriate. 2011-02-10 16:16:33 +08:00
test_helper.rb
test_helpers_test.rb Invoke callbacks using the correct API 2010-12-25 11:41:14 +01:00