1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise
Jared Morgan f8ea5e0942 move include Devise::Models::Authenticatable inside devise_modules_hook! call
This allows alternate ORMs to run compatibility setup code before
Authenticatable is included.

The particular issue for dm-devise is that DataMapper does not have a
before_validation method, which is called when Authenticatable is included
(as of plataformatec/devise@bd27bf76). dm-devise adds before_validation in
it's devise_modules_hook!
2011-12-20 15:52:26 -06:00
..
controllers Deprecate and disable old behavior accumulated with time. 2011-12-04 23:58:19 +01:00
encryptors s/Gererates/Generates/ 2011-11-09 20:58:58 -02:00
hooks Timeoutable also skips tracking if skip_trackable is given 2011-10-25 18:43:48 +02:00
mailers Remove deprecated code and tests. 2011-09-29 13:11:12 +02:00
models Do not run validatins unless on reconfirmable branch, closes #1515. 2011-12-20 20:54:49 +01:00
omniauth Update lib/devise/omniauth/config.rb 2011-11-24 08:32:48 +00:00
orm Improve messages. 2011-12-19 13:21:17 +01:00
rails Fix a bug where passing :format => false to devise_for was permanent, closes #1504 2011-12-12 09:25:19 +01:00
strategies Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage 2011-12-11 20:39:41 +01:00
delegator.rb Fix taking associated failure app from the scope in the given env. 2011-12-07 14:09:00 +02:00
failure_app.rb Cache failure_app action builder and pipe call through delegator. 2011-11-07 09:20:09 -02:00
mapping.rb Fix a bug where passing :format => false to devise_for was permanent, closes #1504 2011-12-12 09:25:19 +01:00
models.rb move include Devise::Models::Authenticatable inside devise_modules_hook! call 2011-12-20 15:52:26 -06:00
modules.rb User cannot access sign up and similar pages if he is already signed in through a cookie or token, closes #1036. 2011-04-29 08:56:57 +02:00
omniauth.rb Devise should not attempt to load OmniAuth strategies. Strategies should be loaded before hand by the developer or explicitly given to Devise. 2011-11-20 19:42:02 +00:00
param_filter.rb Move param filtering to its own object and make all finder methods pass through it, closes #1413. 2011-11-10 10:14:02 -02:00
path_checker.rb PathChecker should not attempt to validate invalid routes, closes #1505 2011-12-12 11:35:41 +01:00
rails.rb Add space between messages. 2011-12-19 13:30:33 +01:00
schema.rb Selectively add reconfirmable field in tests when necessary. 2011-08-30 22:19:18 -06:00
test_helpers.rb Move the catch to the test level. 2011-04-17 19:37:19 +02:00
version.rb Release Devise 2.0.0.rc. 2011-12-19 13:31:24 +01:00