Dennis Reimann
372dfecf05
Added a comment about the stretch change
2011-08-04 23:00:12 +03:00
Dennis Reimann
68bd6809a7
Speed up tests by defaulting to 1 stretch in test env
2011-08-04 22:50:06 +03:00
Ches Martin
7bfdd07a71
Initializer caveats warning for Mongoid < 2.1
2011-08-05 02:41:31 +07:00
José Valim
919404df53
Merge pull request #1228 from dasil003/master
...
Set up Recoverable to automatically confirm! if Comfirmable
2011-08-02 12:41:09 -07:00
Gabe da Silveira
fd07c74578
Refactor to use method and override
2011-08-02 12:08:38 -07:00
Aditya Sanghi
873e49ab66
sign_in should return true in case user is already signed in and assert that.
2011-08-02 14:35:46 +05:30
Gabe da Silveira
ed6dfed67f
Resetting password should confirm implicitly
2011-07-29 14:26:19 -07:00
Gerald Talton
1920b79a0d
Edited lib/devise/rails/routes.rb via GitHub
2011-07-28 15:23:23 -05:00
=
770c1a973f
Changed :except to :only for devise_registration method of the routing mapper.
2011-07-26 13:42:00 -04:00
José Valim
b7b21a0b72
Merge pull request #1211 from mathieuravaux/master
...
Issue #1206 fix ((TokenAuthenticatable#params_auth_hash behavior)
2011-07-25 05:11:26 -07:00
Mathieu Ravaux
4d91fb4910
Untangled the logic in Devise::Strategies::TokenAuthenticatable#params_auth_hash
2011-07-25 09:10:25 +02:00
Matt Wright
d2a4c503f7
Typo in doc comment
2011-07-23 15:03:10 -07:00
Mathieu Ravaux
a2700bc17f
Fixed issue #1206 : TokenAuthenticatable#params_auth_hash behaving in an unexpected way for the authentication token lookup
2011-07-23 17:45:45 +02:00
Jo Liss
2a6c160d39
Remove whitespace from generator template
2011-07-08 18:41:16 +02:00
José Valim
5423f2d5cb
Properly deprecate setup_mail
2011-07-01 04:23:12 -07:00
José Valim
51d15b7293
Add more missing :require => true
2011-06-30 15:29:35 -03:00
José Valim
7a2e018df8
Release 1.4.2.
2011-06-30 15:20:13 -03:00
José Valim
1fd4beb18a
Move simple_form_for directories to a new location.
2011-06-30 15:09:54 -03:00
José Valim
33d7644b4f
Provide a more robust behavior to serializers and add :force_except option
2011-06-30 10:43:33 -03:00
José Valim
5a98e4f4e8
Temporary fix for 3-1-stable that does not implement key? on cookie jar, closes #1179
2011-06-30 08:04:32 -03:00
José Valim
82ae53dd75
Released v1.4.1.
2011-06-29 20:26:35 -03:00
José Valim
07db04e773
Work around AR that does not call serializable_hash on to_xml.
2011-06-29 20:18:10 -03:00
José Valim
767a7a7c21
Ensure handle_unverified_request clean up any cached signed-in user
2011-06-29 20:18:10 -03:00
José Valim
c8077c8d9f
Add more docs to routes.
2011-06-27 13:04:40 -03:00
José Valim
adb127bb3e
Default to delete on new templates.
2011-06-27 12:15:23 -03:00
José Valim
42f0285278
Extract mailer functionality, closes #1164
2011-06-27 12:13:00 -03:00
José Valim
13ef23f517
Add simple form generators.
2011-06-27 11:50:28 -03:00
José Valim
0bf28b19ab
Simple use hook_for.
2011-06-27 11:31:29 -03:00
José Valim
29a0af78bc
Refactor view generators.
2011-06-27 11:22:44 -03:00
Brent J. Nordquist
7e711089a8
More transparent implementat'n of :format => false
...
Per josevalim, by setting {:format => false} in @scope[:options],
Rails will pick it up, without the need to alter each devise_*()
method individually.
2011-06-27 06:51:04 -05:00
Brent J. Nordquist
1c81a40a76
Support options[:defaults] and @scope[:defaults]
...
similar to support for :constraints
2011-06-26 19:48:20 -05:00
Rodrigo Flores
dba8f91f99
\o/ Bumping to 1.4.0 \o/
2011-06-23 09:53:05 -03:00
José Valim
f43a7c4f24
Merge pull request #1147 from sj26/master
...
Authenticated Route Constraints
2011-06-23 05:29:17 -07:00
José Valim
4e56d92ed8
Override serializable_hash instead of to_xml and to_json.
2011-06-23 09:25:50 -03:00
Samuel Cochran
80122856c4
Switch to Warden::Proxy#authenticate?
...
Warden::Proxy#authenticated? and Warden::Proxy#unauthenticated? don't try strategies first.
2011-06-23 10:44:23 +08:00
José Valim
77d6d1e8c2
Do not try to authenticate with no_input_strategies are empty.
2011-06-22 15:28:49 -03:00
José Valim
62e11ddbe4
Update CHANGELOG.
2011-06-22 13:07:19 -03:00
Rodrigo Flores
1d87997647
Improved paranoid mode generator explanation
2011-06-22 12:52:11 -03:00
Rodrigo Flores
b58e0ef991
Removed useless blank lines
2011-06-22 12:52:11 -03:00
Rodrigo Flores
db959da247
Added a commented line for paranoid mode on generator
2011-06-22 12:52:11 -03:00
Rodrigo Flores
6199252011
Refactored paranoid mode actions for it to appear once
2011-06-22 12:52:11 -03:00
Rodrigo Flores
803e46cda7
Refactoring the paranoid controller
2011-06-22 12:52:10 -03:00
Rodrigo Flores
004fe2ad12
Paranoid mode for recoverable
2011-06-22 12:50:34 -03:00
Chase DuBois
a8d88d193e
Run validations even when password change will fail, to show a complete list of errors
2011-06-21 17:55:32 -04:00
Samuel Cochran
471e4d6e72
Oh hey, Warden has API for this. Should probably match the name, too.
2011-06-21 08:36:06 +08:00
Samuel Cochran
14fec4cfb3
Add #authenticated and #not_authenticated route constraints
2011-06-18 15:53:46 +08:00
Mac Martine
7631456047
Added support for Devise routes to honor constraints.
2011-06-16 21:24:20 -07:00
José Valim
c0017ce76d
Merge pull request #1138 from fschwahn/update_without_password
...
added update_without_password method, closes #801
2011-06-15 10:45:18 -07:00
José Valim
e242ca0937
Fix failing tests.
2011-06-10 11:10:56 +02:00
Stefan Wrobel
8e87a2d80d
Add strip_whitespace_keys which works like case_insensitive_keys but strips whitespace from emails
2011-06-10 01:37:43 -07:00