heartcombo--devise/lib
Josh Pencheon 31aceeb104 Fix bug: `ParameterFilter` should not add keys (#3431) (#4457)
If called with a hash that has a `default` / `default_proc`
configured, `Devise::ParameterFilter` can add in missing keys
it was due to attempt to sanitise the values for.

This patch prevents this from happening, whilst also clarifying
the filtering intent of `ParamaterFilter`.

(This can also occur if NilClass has been augmented with definitions
for `strip` or `downcase`.)

Fixes #3431.
2018-05-15 10:47:18 -03:00
..
devise Fix bug: `ParameterFilter` should not add keys (#3431) (#4457) 2018-05-15 10:47:18 -03:00
generators remove :trackable from the default modules (#4857) 2018-05-14 18:11:15 -03:00
devise.rb Create `Devise::SecretKeyFinder` 2018-03-17 20:28:38 -03:00