Update devise: 4.4.3 → 4.5.0 (minor) #220
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've updated a dependency and here is what you need to know:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ devise (4.4.3 → 4.5.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 33 commits:
Prepare for `4.5.0` release
Update CHANGELOG.md
issue 4356 adds is_navigational_format? check to after_sign_up_path_for (#4833)
Update README.md (#4911)
Corrects brakes -> breaks when talking about tests (#4897)
Improve getting started text on Gemfile (#4875)
Fix bug: `ParameterFilter` should not add keys (#3431) (#4457)
remove :trackable from the default modules (#4857)
find auto-generated secret_key_base in development (#4869)
Mention the -c flag for the controller generator
Fix error when params is not a hash
Issue 4763: Change login errors for when in paranoid mode
Update simple form templates
Merge pull request #4858 from lookageek/patch-1
Fix in rdoc of DeviseController#_prefixes
Merge pull request #4848 from abhishekkanojia/refactor_code
Remove redundant self from database_authenticatable module.
Improve passwords autocomplete
Merge pull request #4843 from lancecarlson/master
upgrade dependencies for rails and responders
CI against Ruby 2.3.7, 2.4.4, 2.5.1
Add note in the documentation about `sign_in` and timeoutable
Split IP resolution from update_tracked_fields
added link to integration tests section
added comment in README about controller tests for rails 5
Use `update` instead of `update_attributes`
add test for lazy loading hook
Fix missing do block in config
Include configuration for Turbolinks in devise initializer template
Allow people to extend devise failure app, through invoking ActiveSupport.run_load_hooks once Devise::FailureApp is loaded
Use before_action instead of before_filter
Update sample code in Devise::Models::Authenticatable.
cleanup in ToC
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.