1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
José Valim 69126a31db Merge pull request #1052 from Thibaut/email-validation
Don't validate email format and uniqueness unless it's changed
2011-05-26 05:24:45 -07:00
..
controllers User cannot access sign up and similar pages if he is already signed in through a cookie or token, closes #1036. 2011-04-29 08:56:57 +02:00
generators Considering namespaces while generating the routes. Closes #682 2011-02-23 14:24:47 -03:00
integration Fix failing test. 2011-05-23 18:22:32 +02:00
mailers Add reply-to to e-mail headers by default. Closes #474 2010-09-21 10:07:02 +02:00
models Merge pull request #1052 from Thibaut/email-validation 2011-05-26 05:24:45 -07:00
omniauth support for named omniauth open_id strategies 2011-05-25 00:15:24 +04:00
orm Use UTC for Mongoid timestamps, so it conforms with AR. 2010-11-26 00:54:08 -02:00
rails_app support for named omniauth open_id strategies 2011-05-25 00:15:24 +04:00
support Change test email addresses to ues RFC 2606 reserved domain example.com 2011-04-18 15:59:13 +08:00
devise_test.rb Use inflector to avoid conflicts. 2011-04-16 13:30:15 +02:00
encryptors_test.rb Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
failure_app_test.rb fix for issues #999: HTTP_ACCEPT=*/* should redirect to the default location 2011-04-29 13:22:52 +02:00
indifferent_hash.rb Ensure to convert keys on indifferent hash. 2010-11-27 19:45:25 +01:00
mapping_test.rb User cannot access sign up and similar pages if he is already signed in through a cookie or token, closes #1036. 2011-04-29 08:56:57 +02:00
models_test.rb Don't include the same module several times, closes #765. 2011-04-16 13:16:47 +02:00
routes_test.rb support for named omniauth open_id strategies 2011-05-25 00:15:24 +04:00
schema_test.rb Simplified logic for checking if the email is present and moved the Mongoid classes out of eval statements 2011-02-10 16:16:33 +08:00
test_helper.rb Cleaning up test helpers related to OmniAuth. 2011-02-24 16:50:22 -03:00
test_helpers_test.rb Rollback to require 'test_helper'. If you want to run it in isolation, do ruby -Itest path/to/test/file. 2011-04-15 10:48:44 +02:00