1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
David Palm bc05d28d3f Devise::Mapping#raw_path does not consider relative_url_root so that route helpers work (no more session_path(:user) => '/abc/abc/users/sign_in')
Devise::Mapping#parsed_path considers relative_url_root so that initial redirects still work with non empty relative_url_roots
2010-01-22 23:03:48 +08:00
..
controllers Improve documentation for after_sign_in_path_for. 2010-01-16 10:56:35 +01:00
integration Bring rememberable back. 2010-01-14 15:47:14 +01:00
mailers Merge remote branch 'mhfs/master' 2010-01-13 17:49:20 +01:00
models Fixed some Ruby 1.9 issues/bugs. 2010-01-21 16:06:19 +08:00
orm Bring mongomapper up to date. Remember that you need mongo_ext in order to use MongoMapper with Devise. 2010-01-16 11:22:09 +01:00
rails_app Should accept path prefixes not starting with slash. 2010-01-16 14:39:57 +01:00
support introducing lockable implementation 2010-01-01 17:57:35 -02:00
devise_test.rb New convenient helper method for extending Devise with additional modules: Devise::add_module. 2010-01-21 16:06:17 +08:00
encryptors_test.rb Fixed some Ruby 1.9 issues/bugs. 2010-01-21 16:06:19 +08:00
failure_app_test.rb Introducing timeoutable to timeout sessions without activity. 2009-11-23 23:01:00 -02:00
mapping_test.rb Devise::Mapping#raw_path does not consider relative_url_root so that route helpers work (no more session_path(:user) => '/abc/abc/users/sign_in') 2010-01-22 23:03:48 +08:00
models_test.rb Clean up tests. 2010-01-13 19:53:12 +01:00
routes_test.rb Deprecate :all. 2010-01-13 19:45:24 +01:00
test_helper.rb Tests passing for ActiveRecord and MongoMapper. 2009-12-21 21:10:23 +01:00
test_helpers_test.rb Tests passing for ActiveRecord and MongoMapper. 2009-12-21 21:10:23 +01:00