1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2011-03-30 15:35:38 +02:00
..
controllers Add navigational_formats internal helper which filters out wildcard 2011-03-30 13:43:57 +02:00
generators Considering namespaces while generating the routes. Closes #682 2011-02-23 14:24:47 -03:00
integration Add support for non-navigational formats in PasswordsController 2011-03-30 13:39:08 +02:00
mailers Add reply-to to e-mail headers by default. Closes #474 2010-09-21 10:07:02 +02:00
models Add reset_password_within configuration variable. 2011-03-30 21:11:33 +08:00
omniauth Remove stuff deprecated on .rc2 2011-03-14 11:22:09 +01:00
orm Use UTC for Mongoid timestamps, so it conforms with AR. 2010-11-26 00:54:08 -02:00
rails_app Tidy up previous commits. 2011-03-30 15:35:38 +02:00
support add unit and integration tests for case insensitive keys 2010-11-20 15:54:01 +01:00
devise_test.rb simplifying comparisons (avoind too much negatives) and adding unit test cases 2011-02-27 15:14:02 +08:00
encryptors_test.rb Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
failure_app_test.rb Works on 3.0.4. 2011-02-15 10:27:34 +01:00
indifferent_hash.rb Ensure to convert keys on indifferent hash. 2010-11-27 19:45:25 +01:00
mapping_test.rb Ensure namespaces has proper scoped views, closes #654 2010-11-20 21:41:26 +01:00
models_test.rb Fix the module sorting in devise method. 2011-01-15 07:38:06 +08:00
routes_test.rb get -> match for omniauth callbacks 2010-10-26 17:55:18 -02: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 Rename active? to active_for_authentication? 2011-03-25 15:40:46 +01:00