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
Drew Ulmer d20fdf87b6 Introduce BaseSanitizer null sanitizer and controller-specific callbacks
This updates Devise's StrongParameter support to feature:

- A Null base sanitizer to support existing Rails 3.x installations that
  don't want to use StrongParameters yet
- A new, simpler API for ParameterSanitizer: #permit, #permit!, and #forbid
- Overrideable callbacks on a controller-basis, e.g. #create_sessions_params
  for passing the current scope's parameters through StrongParameters and
  a helper method, whitelisted_params, for rolling your own implementations
  of #create_x_params in your own controllers.
- Lots of tests!
2013-04-10 10:33:50 -05:00
..
controllers add key option to rememberable_options 2013-01-20 23:16:25 +03:00
hooks Revert "Rails 3.2.7 deprecates update_attribute in favor of update_column" 2012-08-05 09:24:10 -03:00
mailers Fix inheriting mailer templates from Devise::Mailer 2013-01-29 00:08:26 -02:00
models Update recoverable.rb 2013-03-21 18:49:19 -06:00
omniauth Delegate omniauth_authorize_path to the router, closes #1843 2012-06-16 13:43:11 +02:00
orm
rails Make use of warden's scoped serialization 2013-02-25 07:38:42 +01:00
strategies Allow explicit configuration of http auth key 2013-03-04 12:23:05 -05:00
delegator.rb
failure_app.rb
mapping.rb
models.rb
modules.rb
omniauth.rb Fix indent, remove not used variable 2012-05-15 17:22:52 -03:00
param_filter.rb Require string conversion for all values 2013-01-26 11:42:42 -07:00
parameter_sanitizer.rb Introduce BaseSanitizer null sanitizer and controller-specific callbacks 2013-04-10 10:33:50 -05:00
rails.rb
test_helpers.rb Test helper was incorrectly returning failure body 2012-09-27 18:44:31 -06:00
time_inflector.rb Do not add ActionView::Helpers::DateHelper to all models 2012-07-23 15:59:17 +02:00
version.rb Release v2.2.3 2013-01-26 11:43:17 -07:00