José Valim
|
415bcdc722
|
Added scoped views support. Just turn it on in your Devise.setup.
|
2009-11-21 20:07:37 -02:00 |
|
José Valim
|
d445b4beb9
|
Create after_sign_in_path_for and after_sign_out_path_for hooks and sign_in_and_redirect and sign_out_and_redirect helpers.
|
2009-11-19 11:16:31 -02:00 |
|
José Valim
|
6d09eb66cf
|
Tidying up encryptors.
|
2009-11-10 18:55:13 -02:00 |
|
José Valim
|
dd3e534a19
|
Build resource in all views.
|
2009-10-27 21:31:12 -02:00 |
|
José Valim
|
dede8af5b0
|
Do not include Devise internal helpers in application controller.
|
2009-10-27 21:26:40 -02:00 |
|
Carlos A. da Silva
|
fc08a7c5ac
|
Changing resource_home_path to resource_root_path and add the same redirect to confirmation and password.
|
2009-10-19 00:38:50 -02:00 |
|
José Valim
|
b0a2da72b5
|
Use sign_in and authenticate methods.
|
2009-10-18 15:01:56 -02:00 |
|
Carlos A. da Silva
|
8d85db3b57
|
Sign user in automatically after confirming or changing it's password
|
2009-10-18 10:36:20 -02:00 |
|
Carlos A. da Silva
|
75e98d3041
|
Separating perishable token into confirmation and reset_password tokens. Adding confirmation_sent_at attribute.
|
2009-10-18 09:14:52 -02:00 |
|
Carlos A. da Silva
|
b21b6291b0
|
Better documentation.
|
2009-10-17 12:10:15 -03:00 |
|
José Valim
|
3c5bfc9520
|
Kick tests back to life.
|
2009-10-12 08:37:28 -03:00 |
|
José Valim
|
b012bc800b
|
Kick tests back to life.
|
2009-10-11 23:24:57 -03:00 |
|
José Valim
|
bd8f7dc631
|
Some major changes.
|
2009-10-11 22:11:58 -03:00 |
|
Carlos A. da Silva
|
15c5d9e049
|
Changing authentication method to redirect inside rails and not warden strategy anymore. Updating session to authenticate the user and set it to warden.
|
2009-10-10 15:59:37 -03:00 |
|
Carlos A. da Silva
|
aefa857ab2
|
Updating controllers to scope resource_class and changing mapping implementation to reload mapped class based on cache_classes configuration.
|
2009-10-10 11:05:56 -03:00 |
|
Carlos A. da Silva
|
23bb351d0e
|
Tests with resource and resource_class
|
2009-10-10 09:32:51 -03:00 |
|
Carlos A. da Silva
|
d181975555
|
Moving resource_name and resource_class to Devise, rewriting route tests, using resource_class in controllers.
|
2009-10-10 08:37:22 -03:00 |
|
Carlos A. da Silva
|
bfd0617a0e
|
Ensure skipping authenticate! filter in passwords and confirmations controller, and adding rails_warden as dependency.
|
2009-10-09 10:37:36 -03:00 |
|
Carlos A. da Silva
|
5c210d725f
|
Some minor refactorings in mailer, confirmable and recoverable. Also some route docs inside controllers.
|
2009-10-09 07:36:13 -03:00 |
|
Carlos A. da Silva
|
42d00a8dea
|
Updating views and helpers to use i18n by default.
|
2009-10-09 07:36:13 -03:00 |
|
Carlos A. da Silva
|
fa4f9043b8
|
Adding default locale file for I18n.
|
2009-10-09 07:36:13 -03:00 |
|
Carlos A. da Silva
|
97ae1795bd
|
Recoverable class method reset_password should use a bang!
|
2009-10-09 07:36:12 -03:00 |
|
Carlos A. da Silva
|
cf1ea9ab86
|
Cleaning up recoverable methods, changing to use a hash of options instead of default parameters.
|
2009-10-09 07:36:12 -03:00 |
|
Carlos A. da Silva
|
7ce49cbbe8
|
Configuring session and password controllers as engine, and getting integration tests from devise example app.
|
2009-10-09 07:36:12 -03:00 |
|