Timo Schilling
|
5adb854aa5
|
add devise_for :only option
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-04-15 10:31:01 +02:00 |
|
José Valim
|
140acfe4cc
|
Improve error message, closes #974.
|
2011-04-09 22:52:31 +02:00 |
|
Jared Beck
|
cb2cb2cff7
|
more helpful message re: secret_token
|
2011-04-10 04:47:55 +08:00 |
|
José Valim
|
30300fc6b9
|
Add a test that ensures validation options work.
|
2011-04-09 22:47:06 +02:00 |
|
José Valim
|
de8982563a
|
Always use :erb.
|
2011-04-05 22:06:27 +02:00 |
|
José Valim
|
eeb61929ac
|
Be sure request.format is not nil (only reproducible in Rails < 3.0.4).
|
2011-04-04 07:04:32 -07:00 |
|
José Valim
|
56fd7031e5
|
Edited lib/generators/devise/views_generator.rb via GitHub
|
2011-04-04 02:48:41 -07:00 |
|
José Valim
|
425fe7f22d
|
Remove old autoload.
|
2011-04-01 02:42:06 -07:00 |
|
José Valim
|
ed51fc7636
|
Tidy up previous commits.
|
2011-03-30 15:35:38 +02:00 |
|
Jean-Daniel Guyot
|
d23a7ca8d5
|
Copy-paste error
|
2011-03-30 21:11:34 +08:00 |
|
Jean-Daniel Guyot
|
1b1dc2a429
|
typo
|
2011-03-30 21:11:34 +08:00 |
|
Jean-Daniel Guyot
|
be2aeee70f
|
Add reset_password_within configuration variable.
|
2011-03-30 21:11:33 +08:00 |
|
José Valim
|
8a3deb98cd
|
Add a descriptive text for those upgrading.
|
2011-03-30 14:40:03 +02:00 |
|
José Valim
|
e4902143f8
|
Ensure configuration options are allowed exactly after each module is included.
|
2011-03-30 14:33:56 +02:00 |
|
José Valim
|
5b94d9b803
|
Refactor a bit navigational format responses, to not call to_sym and reuse the request_format logic from FailureApp.
|
2011-03-30 14:09:12 +02:00 |
|
Prem Sichanugrist
|
b6652abc7c
|
Add navigational_formats internal helper which filters out wildcard
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-03-30 13:43:57 +02:00 |
|
José Valim
|
73669e09c8
|
Remove deprecations, bump to .dev and update template.
|
2011-03-28 21:26:53 +02:00 |
|
José Valim
|
da510508bb
|
Release 1.2.0
|
2011-03-25 15:53:59 +01:00 |
|
José Valim
|
edee511cd1
|
Rename active? to active_for_authentication?
|
2011-03-25 15:40:46 +01:00 |
|
Jack Dempsey
|
fbd35ec332
|
new cache api requires passing a key to get
|
2011-03-25 06:38:26 +08:00 |
|
José Valim
|
30b35e3727
|
Fix syntax error.
|
2011-03-24 20:25:54 +01:00 |
|
Jack Dempsey
|
330cafd3d2
|
use reference if available otherwise ref
|
2011-03-25 03:16:41 +08:00 |
|
Jack Dempsey
|
fe9024218c
|
ref will be reference in 3.1
|
2011-03-25 03:16:40 +08:00 |
|
José Valim
|
b23e2e807a
|
Note about navigational formats.
|
2011-03-18 16:04:52 +01:00 |
|
José Valim
|
7876acf960
|
Oops, fix silly mistake.
|
2011-03-16 05:52:53 -07:00 |
|
José Valim
|
74166e224b
|
Faster uniqueness queries, closes #917
|
2011-03-15 12:53:17 +01:00 |
|
José Valim
|
cb778d033f
|
Squeeze "/"
|
2011-03-14 11:04:51 -07:00 |
|
José Valim
|
1bf7da148a
|
Properly ignore path prefix on omniauthable
|
2011-03-14 18:35:06 +01:00 |
|
José Valim
|
d58a72ee32
|
Remove stuff deprecated on .rc2
|
2011-03-14 11:22:09 +01:00 |
|
José Valim
|
4f093574da
|
Release 1.2.rc2.
|
2011-03-11 20:56:50 +01:00 |
|
José Valim
|
3f4fb1a769
|
Improve previous patch.
|
2011-03-11 20:46:08 +01:00 |
|
gilles
|
1982ad9f57
|
fix for possible injection with mongo
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-03-11 20:24:24 +01:00 |
|
José Valim
|
307fe6cb60
|
Revert two previous commits. Rails is broken, it needs to be fixed instead.
|
2011-03-02 10:13:38 +01:00 |
|
José Valim
|
fe2d7b5ffe
|
Don't cache variable otherwise reloading in development is busted.
|
2011-03-02 00:16:09 -08:00 |
|
Jan Xie
|
d445db9e5e
|
use Inflector#constantize to get class, compatible with rails edge commit 7b6bfe84f332a3c99656f73cf0251bce0a16ba88
|
2011-03-02 16:13:15 +08:00 |
|
Guilherme Silveira
|
e4cae200f4
|
simplifying comparisons (avoind too much negatives) and adding unit test cases
|
2011-02-27 15:14:02 +08:00 |
|
Vinicius Baggio
|
0cc900e7cf
|
Reset lock attempts count when lock is expired. Closes #825
|
2011-02-25 17:59:27 -03:00 |
|
Vinicius Baggio
|
305059f573
|
Consider SCRIPT_NAME on omniauth url helper. Closes #876
|
2011-02-25 14:20:12 -03:00 |
|
José Valim
|
392e664036
|
Be sure to halt on failures, closes #856
|
2011-02-24 22:31:48 +01:00 |
|
José Valim
|
930d5874ca
|
Raise here instead of a warning.
|
2011-02-24 22:12:54 +01:00 |
|
José Valim
|
2e43944567
|
Move rememberable back to a hook.
|
2011-02-24 21:55:52 +01:00 |
|
Vinicius Baggio
|
352edc024b
|
Cleaning up test helpers related to OmniAuth.
Developers should rely on OmniAuth's new testing API. Check
https://github.com/intridea/omniauth/wiki/Integration-Testing
for more details.
|
2011-02-24 16:50:22 -03:00 |
|
Vinicius Baggio
|
42d002702c
|
Considering namespaces while generating the routes. Closes #682
|
2011-02-23 14:24:47 -03:00 |
|
Alexander Uvarov
|
bbaaefa995
|
Relax dependency on ActiveModel::Dirty
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-02-18 12:28:56 +01:00 |
|
Joey Aghion
|
fdf6a48a7e
|
Custom failure apps no longer ignored in test mode.
|
2011-02-18 15:53:04 +08:00 |
|
José Valim
|
7113beac81
|
Bring back behavior for < 3.0.4.
|
2011-02-16 20:59:58 +01:00 |
|
José Valim
|
dd721f1857
|
Use secure compare as well.
|
2011-02-15 11:33:54 +01:00 |
|
José Valim
|
ca293d17ba
|
Implement Rails' handle unverified request.
|
2011-02-15 10:58:38 +01:00 |
|
José Valim
|
add8f8a203
|
Works on 3.0.4.
|
2011-02-15 10:27:34 +01:00 |
|
Nate Todd
|
2d0f887ba7
|
Preventing timeoutable from interfering with stateless tokens.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-02-15 09:54:13 +01:00 |
|