Bump rails from 3.2.3 to 6.0.0
Bumps rails from 3.2.3 to 6.0.0.
Release notes
Sourced from rails's releases.
6.0.0.beta1
Active Support
... (truncated)
Remove deprecated
Module#reachable?method.Rafael Mendonça França
Remove deprecated
#acronym_regexmethod fromInflections.Rafael Mendonça França
Fix
String#safe_constantizethrowing aLoadErrorfor incorrectly cased constant references.Keenan Brock
Preserve key order passed to
ActiveSupport::CacheStore#fetch_multi.
fetch_multi(*names)now returns its results in the same order as the*namesrequested, rather than returning cache hits followed by cache misses.Gannon McGibbon
If the same block is
includedmultiple times for a Concern, an exception is no longer raised.Mark J. Titorenko, Vlad Bokov
Fix bug where
#to_optionsforActiveSupport::HashWithIndifferentAccesswould not act as alias for#symbolize_keys.Nick Weiland
Improve the logic that detects non-autoloaded constants.
Jan Habermann, Xavier Noria
Deprecate
ActiveSupport::Multibyte::Unicode#pack_graphemes(array)andActiveSuppport::Multibyte::Unicode#unpack_graphemes(string)in favor ofarray.flatten.pack("U*")andstring.scan(/\X/).map(&:codepoints), respectively.Francesco Rodríguez
Deprecate
ActiveSupport::Multibyte::Chars.consumes?in favor ofString#is_utf8?.Francesco Rodríguez
Fix duration being rounded to a full second.
time = DateTime.parse("2018-1-1") time += 0.51.secondsWill now correctly add 0.51 second and not 1 full second.
Commits
-
66cabedPreparing for 6.0.0 release -
f63df2bMerge pull request #36949 from 97jaz/thread-local-prepared-statements -
97f9609Highlightdatabase.ymlas code block in multiple databases guide [ci skip] -
dee31b7Merge pull request #36946 from eugeneius/return_only_media_type_on_content_ty... -
d9aab35Add entry about the classic autoload to the upgrading guide -
5b327dbMerge pull request #36803 from andrewkress/fix-issue-36799 -
5eaf39bAdd note about human_attribute_name symbol/string -
e3b2a57Fix attaching many uploaded files one at a time -
5a4305fsyncs autoloading guides from master [skip ci] -
ee5ee98edits the CHANGELOG [skip ci] - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.