mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
d20fdf87b6
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! |
||
---|---|---|
.. | ||
controllers | ||
hooks | ||
mailers | ||
models | ||
omniauth | ||
orm | ||
rails | ||
strategies | ||
delegator.rb | ||
failure_app.rb | ||
mapping.rb | ||
models.rb | ||
modules.rb | ||
omniauth.rb | ||
param_filter.rb | ||
parameter_sanitizer.rb | ||
rails.rb | ||
test_helpers.rb | ||
time_inflector.rb | ||
version.rb |