Jacques Crocker
|
57712737b2
|
Fixing up devise generator for mongoid and datamapper. Will insert devise configuration after the module include so that it works, closes #226.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-04-25 09:47:14 +02:00 |
|
Ryan Booker
|
c582e9cb0f
|
Fix grammar in notice, closes #229
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-04-25 09:44:04 +02:00 |
|
José Valim
|
d750b48879
|
Include model_session helpers in view, closes #227
|
2010-04-25 09:40:07 +02:00 |
|
José Valim
|
708fe78d86
|
Ensure password confirmation is always required, closes #228
|
2010-04-25 09:38:56 +02:00 |
|
José Valim
|
41311eb38d
|
Move mailer configuration to the app.
|
2010-04-25 09:26:51 +02:00 |
|
José Valim
|
da971e4249
|
.bundle directory should NOT be ignored.
|
2010-04-23 13:51:10 +02:00 |
|
hpoydar
|
eb23ca0ca7
|
Include bson_ext in Gemfile
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-04-23 13:50:49 +02:00 |
|
hpoydar
|
c9fe7900c3
|
Removed references to mongo_ext, since mongoid now uses bson_ext
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-04-23 13:50:41 +02:00 |
|
José Valim
|
9d6a78f7f4
|
Add ldap_authenticatable to README.
|
2010-04-22 20:55:27 +02:00 |
|
José Valim
|
4da63c5395
|
Ensure routes are loaded before application classes are eager loaded, closes #212.
|
2010-04-22 19:59:52 +02:00 |
|
José Valim
|
b5f892bcdb
|
No need to check if AR is defined.
|
2010-04-20 17:22:16 +02:00 |
|
José Valim
|
3135487931
|
More more logic to Authenticatable.
|
2010-04-16 22:00:06 +02:00 |
|
José Valim
|
9291ab55b8
|
Fix compatibility with Mongoid and Datamapper, closes #206.
|
2010-04-15 21:39:56 +02:00 |
|
José Valim
|
1db86a0810
|
More information about ecosystem in the README.
|
2010-04-15 21:20:00 +02:00 |
|
José Valim
|
fb832e6ffe
|
Replace devise_for :admin by devise_for :admins.
|
2010-04-15 11:31:13 -07:00 |
|
José Valim
|
ca6248cfd3
|
Release devise 1.1.rc1.
v1.1.rc1
|
2010-04-15 08:45:33 +02:00 |
|
José Valim
|
b9c0676a01
|
Get rid of deprecation warnings.
|
2010-04-15 08:43:39 +02:00 |
|
José Valim
|
731f156f50
|
Do not show unlock link unless strategy is e-mail. Closes #204.
|
2010-04-15 08:40:15 +02:00 |
|
José Valim
|
b2a50db1df
|
Fix a bug with STI. Closes #195.
|
2010-04-15 08:34:57 +02:00 |
|
José Valim
|
6bd0c7fc2b
|
:as and :scope in routes is deprecated. Use :path and :singular instead. Closes #199.
|
2010-04-15 08:21:13 +02:00 |
|
José Valim
|
4e674ab9a0
|
No need to wait for routes finalization to include UrlHelpers, closes #200.
|
2010-04-14 08:59:09 +02:00 |
|
José Valim
|
cbfeb59fb3
|
Regerate gemspec.
|
2010-04-13 23:44:25 +02:00 |
|
José Valim
|
8db559148c
|
All tests green on latest Rails beta.
|
2010-04-13 23:28:13 +02:00 |
|
José Valim
|
7403c9f80e
|
Fix a mailer bug in Rails 3.
|
2010-04-13 23:11:12 +02:00 |
|
José Valim
|
f3d654a733
|
:activatable is added by default.
|
2010-04-13 13:35:34 -07:00 |
|
José Valim
|
bafc859f75
|
Fix small typo in the README.
|
2010-04-12 10:31:22 -07:00 |
|
José Valim
|
bf63824aae
|
Improve wording in the README.
|
2010-04-12 04:48:22 -07:00 |
|
José Valim
|
32d37cebed
|
Properly use scope in views generator.
|
2010-04-12 04:39:16 -07:00 |
|
José Valim
|
d2ebaa43ec
|
Be more helpful in the sign up message for new comers.
|
2010-04-09 23:13:34 +02:00 |
|
José Valim
|
045af3a614
|
Change README shown in devise_install.
|
2010-04-09 09:50:45 -07:00 |
|
José Valim
|
a96fdcf0bd
|
Change authenticatable to database_authenticatable in README.
|
2010-04-07 22:24:00 -07:00 |
|
José Valim
|
fd934f1434
|
Revert "Only triggers http in failure app if devise.authentication_method is :http."
It has not fixed the problem it was supposed to fix.
This reverts commit 9d1a52978c.
|
2010-04-06 22:36:41 +02:00 |
|
José Valim
|
b2fe7e49fd
|
Kill .bundle dir
|
2010-04-06 17:56:41 +02:00 |
|
José Valim
|
22392f23f2
|
Authenticatable shuold be loaded at the end.
|
2010-04-06 17:27:49 +02:00 |
|
José Valim
|
3ce98d4163
|
Regenerate gemspec.
|
2010-04-06 16:56:14 +02:00 |
|
José Valim
|
c07b5ae858
|
:activatable is included by default in your models. If you are building a strategy for devise, you now need to call validate(resource), since Devise has now a default API to validate resources before and after signing them in. You can still use other Warden::Strategies with Devise, but they won't work with a few modules like unlockable (they never did, but now we have a single point to make it work).
|
2010-04-06 16:34:22 +02:00 |
|
José Valim
|
dbe116c255
|
Add more info to README.
|
2010-04-06 13:43:38 +02:00 |
|
José Valim
|
9d1a52978c
|
Only triggers http in failure app if devise.authentication_method is :http.
|
2010-04-06 13:40:39 +02:00 |
|
José Valim
|
0d3c6b9d99
|
Small changes to token_authenticatable.
|
2010-04-06 13:26:56 +02:00 |
|
Andre Medeiros
|
71f74a10f7
|
Solved deprecation warnings
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-04-06 12:06:42 +02:00 |
|
José Valim
|
0bd75469ba
|
Update README.
|
2010-04-05 12:21:02 +02:00 |
|
José Valim
|
1591294b7a
|
Compatibility with Rails beta 3.
|
2010-04-05 11:46:26 +02:00 |
|
José Valim
|
f9cbd3c457
|
Add 1.0.6 entries to master changelog
|
2010-04-03 13:27:17 +02:00 |
|
José Valim
|
66ca9f5ce0
|
Update README to point to the RC0 gem.
|
2010-04-03 13:22:14 +02:00 |
|
José Valim
|
d3c31ef16d
|
Releasing 1.1.rc0 which is compatible with Rails 3.0.0.beta2. There is just one known bug with this new Rails version, which means we are close to a final Devise 'Rock Your Socks Off 1.1' version.
v1.1.rc0
|
2010-04-03 13:20:00 +02:00 |
|
José Valim
|
b974b7bc78
|
Move failure messages from devise.sessions to devise.failure.
|
2010-04-03 13:11:45 +02:00 |
|
José Valim
|
23e608e27b
|
No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3.
|
2010-04-03 11:43:31 +02:00 |
|
José Valim
|
0f7b311171
|
Add lockable to migration.
|
2010-04-02 20:36:27 +02:00 |
|
postmodern
|
27c4280eca
|
Expend the length of the encrypted_password field to 128 to allow storing BCrypt or SHA512 passwords.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-04-02 20:31:33 +02:00 |
|
José Valim
|
1ba525a0e9
|
Tidying up some lose ends and adding more docs.
|
2010-04-01 22:11:59 +02:00 |
|