Commit Graph

18 Commits

Author SHA1 Message Date
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
David Palm 5ca178aa7e Devise::Mapping#raw_path considers the relative_url_root to fix issue with Passenger and RailsBaseURI directives
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-01-13 17:30:27 +01:00
José Valim 0819f87255 Test different ORMs 2009-12-21 15:29:58 +01:00
José Valim de40777334 Extract common logic into the same method. 2009-11-16 15:07:01 -02:00
José Valim 1eb021e590 Add some specs to find_by_class. 2009-11-15 15:14:08 -02:00
Carlos Antonio da Silva 836770a9f2 Allow passing options from devise_for to route definitions, useful on subdomain scenarios. 2009-11-13 08:49:22 -02:00
José Valim 05678e773f Added support to config.default_url_options. 2009-11-06 20:59:36 -02:00
José Valim 4debe4080b Allow :path_prefix to be given to devise_for. 2009-11-06 14:27:27 -02:00
José Valim 371a9bb0d0 Major refactoring. Allow Warden::Manager to be configured through Devise, undeprecate Devise.confirm_within, Devise.pepper and friends and move Rails hooks to their own file. 2009-11-03 09:35:11 -02:00
José Valim b28d7e8b1c Renamed authenticable to authenticatable and added deprecation warnings. 2009-10-30 08:29:10 -02:00
Carlos A. da Silva 28a7f78fba Creating rememberable module. 2009-10-20 00:31:33 -02:00
Carlos A. da Silva 9a10709545 Fixing singular options for mappings. 2009-10-18 18:19:04 -02:00
Carlos A. da Silva d87ff26cbd Allow setup of path_names in devise_for mapping for overwriting sign_in, sign_out, password and confirmation keywords. 2009-10-16 20:46:06 -03:00
José Valim f1cecacc99 Move mappings to routes. 2009-10-12 21:49:51 -03:00
José Valim 5848f12cc1 Added magic predicates to mapping. 2009-10-12 21:06:39 -03:00
José Valim e50dfcc73f More specs. 2009-10-12 09:56:12 -03:00
José Valim 78525e2536 More tests 2009-10-12 08:49:28 -03:00
José Valim 43a13bf2fe Add missing files. 2009-10-12 08:37:42 -03:00