Implement Devise::Models::Authenticatable#inspect, re-using #serializable_hash.

This commit is contained in:
Tim Krajcar
2016-06-03 15:10:28 -07:00
parent bcdd54cc5e
commit a0232cf763
3 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
Devise mappings be loaded during boot time (by @sidonath).
* Added `Devise::Test::IntegrationHelpers` to bypass the sign in process using
Warden test API (by @lucasmazza).
* Define `inspect` in `Devise::Models::Authenticatable` to help ensure password hashes
aren't included in exceptions or otherwise accidentally serialized (by @tkrajcar).
* deprecations
* `Devise::TestHelpers` is deprecated in favor of `Devise::Test::ControllerHelpers`
(by @lucasmazza).