José Valim
|
4629beecd7
|
Cache failure_app action builder and pipe call through delegator.
|
2011-11-07 09:20:09 -02:00 |
|
José Valim
|
fa6c8ab321
|
Use inflector to avoid conflicts.
|
2011-04-16 13:30:15 +02:00 |
|
Guilherme Silveira
|
e4cae200f4
|
simplifying comparisons (avoind too much negatives) and adding unit test cases
|
2011-02-27 15:14:02 +08:00 |
|
José Valim
|
e905762611
|
Clean up the whole loading mess and closes #247. This commit depends on latest Rails.
|
2010-05-16 00:38:40 +02:00 |
|
José Valim
|
3d1a04fd83
|
Fix warden configuration.
|
2010-03-31 22:04:48 +02:00 |
|
José Valim
|
033db1ca7c
|
Do not depend on silence_missing_strategies! anymore. This speeds up strategies matching because we don't need to check if the model duck types to the strategy and it doesn't trigger uneeded strategies.
|
2010-03-28 14:55:05 +02:00 |
|
José Valim
|
ca4e09390e
|
Compatibility with Ruby 1.9.1 and 1.9.2.
|
2010-03-26 11:27:19 +01:00 |
|
José Valim
|
038627574c
|
Keep modules definition in a different file.
|
2010-03-03 12:03:43 +01:00 |
|
José Valim
|
1cf4dc798d
|
Add Http Basic Authentication support.
|
2010-02-06 01:33:32 +01:00 |
|
Jonas Grimfelt
|
e1440fb430
|
Initial support for authorization using "authentication token" (a.k.a. "single access token") - new module. Corresponding changes to Devise core to hook events like "after_changed_password" (only one added now - only one that makes much sense for latest module) easily. Unit and integration tests included. NOTE: One failing test for hooking Warden::Manager.after_authentication - gets ignored for some reason.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-02 12:36:44 +01:00 |
|
Jonas Grimfelt
|
f50ec773b2
|
New convenient helper method for extending Devise with additional modules: Devise::add_module.
|
2010-01-21 16:06:17 +08:00 |
|
José Valim
|
f46d1b1d81
|
Add support to Warden 0.9.0.pre
|
2010-01-14 13:38:02 +01:00 |
|
José Valim
|
a789f08d3b
|
Cleaning up README to be more compatible with the latest stuff.
|
2010-01-05 16:01:16 +01:00 |
|
José Valim
|
543fe077d8
|
Update to work with Warden 0.8.0.
|
2010-01-05 13:44:13 +01:00 |
|
José Valim
|
1a8dc7fe37
|
Allow default scope to beconfigured.
|
2009-11-19 13:09:05 -02:00 |
|
José Valim
|
ffbc9c604d
|
Only redirect if needed.
|
2009-11-16 14:31:09 -02:00 |
|
José Valim
|
7ffd0900c1
|
Rely on Warden new serializers.
|
2009-11-15 00:13:43 -02:00 |
|
José Valim
|
0be7426847
|
Use a Rack Middleware to sign in users.
|
2009-11-13 19:26:33 -02:00 |
|
José Valim
|
0c088a7420
|
Renamed mail_sender to mailer_sender.
|
2009-11-06 09:40:38 -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 |
|
Carlos A. da Silva
|
984cf8ee20
|
Moving Devise method to Devise::ActiveRecord and updating TODO
|
2009-10-09 10:46:24 -03:00 |
|
Carlos A. da Silva
|
17d1073181
|
Creating acts_as_devisable method for active record to include devise. (need refactoring, maybe something different to do the job)
|
2009-10-09 10:37:36 -03:00 |
|