1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
Ross Kaffenberger 5f32cd25fd support multiple warden configuration blocks
Changes the behavior of `Devise.warden` such that calling it multiple
times with different blocks will result in a call to each block on
`Devise.configure_warden!` rather than "last block wins". This is
especially used for plugins that wish to extend warden functionality
without clobbering base app configuration or vice versa.
2014-04-15 17:20:21 -04:00
..
controllers Upgrade stray legacy hash syntax to 1.9 syntax. 2014-03-21 15:24:25 -04:00
generators Rename variable to views, change flag to -v 2014-03-06 13:41:11 -08:00
helpers
integration Check if there is a signed in user before sign out. 2014-04-09 10:25:44 -03:00
mailers Use port option in default url options for ActionMailer 2014-04-04 19:01:12 -03:00
models Add the invalidate_all_sessions_on_logout configuration to invalidate 2014-04-04 16:17:26 -03:00
omniauth
orm
rails_app Use port option in default url options for ActionMailer 2014-04-04 19:01:12 -03:00
support
delegator_test.rb
devise_test.rb support multiple warden configuration blocks 2014-04-15 17:20:21 -04:00
failure_app_test.rb Use scope instead of constraints to define routes. 2014-04-04 16:07:37 +02:00
mapping_test.rb
models_test.rb
parameter_sanitizer_test.rb
routes_test.rb
test_helper.rb
test_helpers_test.rb
test_models.rb