.. |
controllers
|
Add support for non-navigational format response to SessionsController
|
2010-12-25 17:57:15 +08:00 |
generators
|
No need to use expand_path as we assume the test directory is in the .
|
2010-12-18 08:22:01 +01:00 |
integration
|
rememberable cookie now is httponly by default
|
2010-12-25 12:04:04 +01:00 |
mailers
|
Add reply-to to e-mail headers by default. Closes #474
|
2010-09-21 10:07:02 +02:00 |
models
|
By default, just require e-mail on recover and lockable.
|
2010-12-28 23:00:23 +01:00 |
omniauth
|
omniauth route should not add a ? if no param is given
|
2010-10-31 03:06:53 +08:00 |
orm
|
Use UTC for Mongoid timestamps, so it conforms with AR.
|
2010-11-26 00:54:08 -02:00 |
rails_app
|
Allowing reset_password_keys and unlock_keys to be set through the config
|
2010-12-30 03:10:56 +08:00 |
support
|
add unit and integration tests for case insensitive keys
|
2010-11-20 15:54:01 +01:00 |
devise_test.rb
|
Clean up the whole loading mess and closes #247. This commit depends on latest Rails.
|
2010-05-16 00:38:40 +02:00 |
encryptors_test.rb
|
Also pass stretches to salt generation.
|
2010-07-12 06:59:49 +02:00 |
failure_app_test.rb
|
Issue 675: recall option is now passed for not confirmed email and inactive account.
|
2010-12-23 02:24:26 +08: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
|
Extract encryptors into their own module for better bcrypt support.
|
2010-09-25 16:08:46 +02:00 |
routes_test.rb
|
get -> match for omniauth callbacks
|
2010-10-26 17:55:18 -02:00 |
test_helper.rb
|
No need to use expand_path as we assume the test directory is in the .
|
2010-12-18 08:22:01 +01:00 |
test_helpers_test.rb
|
Invoke callbacks using the correct API
|
2010-12-25 11:41:14 +01:00 |