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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rails (5.2.1 → 5.2.2) · Repo
Release Notes
5.2.2
Active Support
Fix bug where
#to_options
forActiveSupport::HashWithIndifferentAccess
would not act as alias for
#symbolize_keys
.Nick Weiland
Improve the logic that detects non-autoloaded constants.
Jan Habermann, Xavier Noria
Fix bug where
URI.unescape
would fail with mixed Unicode/escaped character input:Ashe Connor, Aaron Patterson
Active Model
Fix numericality validator to still use value before type cast except Active Record.
Fixes #33651, #33686.
Ryuta Kamizono
Active Record
Do not ignore the scoping with query methods in the scope block.
Ryuta Kamizono
Allow aliased attributes to be used in
#update_columns
and#update
.Gannon McGibbon
Allow spaces in postgres table names.
Fixes issue where "user post" is misinterpreted as ""user"."post"" when quoting table names with the postgres
adapter.
Gannon McGibbon
Cached columns_hash fields should be excluded from ResultSet#column_types
PR #34528 addresses the inconsistent behaviour when attribute is defined for an ignored column. The following test
was passing for SQLite and MySQL, but failed for PostgreSQL:
Dmitry Tsepelev
Values of enum are frozen, raising an error when attempting to modify them.
Emmanuel Byrd
update_columns
now correctly raisesActiveModel::MissingAttributeError
if the attribute does not exist.
Sean Griffin
Do not use prepared statement in queries that have a large number of binds.
Ryuta Kamizono
Fix query cache to load before first request.
Eileen M. Uchitelle
Fix collection cache key with limit and custom select to avoid ambiguous timestamp column error.
Fixes #33056.
Federico Martinez
Fix duplicated record creation when using nested attributes with
create_with
.Darwin Wu
Fix regression setting children record in parent
before_save
callback.Guo Xiang Tan
Prevent leaking of user's DB credentials on
rails db:create
failure.bogdanvlviv
Clear mutation tracker before continuing the around callbacks.
Yuya Tanaka
Prevent deadlocks when waiting for connection from pool.
Brent Wheeldon
Avoid extra scoping when using
Relation#update
that was causing this method to change the current scope.Ryuta Kamizono
Fix numericality validator not to be affected by custom getter.
Ryuta Kamizono
Fix bulk change table ignores comment option on PostgreSQL.
Yoshiyuki Kinjo
Action View
Action Pack
Reset Capybara sessions if failed system test screenshot raising an exception.
Reset Capybara sessions if
take_failed_screenshot
raise exceptionin system test
after_teardown
.Maxim Perepelitsa
Use request object for context if there's no controller
There is no controller instance when using a redirect route or a
mounted rack application so pass the request object as the context
when resolving dynamic CSP sources in this scenario.
Fixes #34200.
Andrew White
Apply mapping to symbols returned from dynamic CSP sources
Previously if a dynamic source returned a symbol such as :self it
would be converted to a string implicity, e.g:
would generate the header:
and now it generates:
Andrew White
Fix
rails routes -c
for controller name consists of multiple word.Yoshiyuki Kinjo
Call the
#redirect_to
block in controller context.Steven Peckins
Active Job
Make sure
assert_enqueued_with()
&assert_performed_with()
work reliably with hash arguments.Sharang Dashputre
Restore
ActionController::Parameters
support toActiveJob::Arguments.serialize
.Bernie Chiu
Restore
HashWithIndifferentAccess
support toActiveJob::Arguments.deserialize
.Gannon McGibbon
Include deserialized arguments in job instances returned from
assert_enqueued_with
andassert_performed_with
Alan Wu
Increment execution count before deserialize arguments.
Currently, the execution count increments after deserializes arguments.
Therefore, if an error occurs with deserialize, it retries indefinitely.
Yuji Yaginuma
Action Mailer
Action Cable
Active Storage
Support multiple submit buttons in Active Storage forms.
Chrıs Seelus
Fix
ArgumentError
when uploading to amazon s3Hiroki Sanpei
Add a foreign-key constraint to the
active_storage_attachments
table for blobs.George Claghorn
Discard
ActiveStorage::PurgeJobs
for missing blobs.George Claghorn
Fix uploading Tempfiles to Azure Storage.
George Claghorn
Railties
Disable content security policy for mailer previews.
Dylan Reile
Log the remote IP address of clients behind a proxy.
Atul Bhosale
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Sorry, we couldn't find anything useful about this release.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.1.0
concurrent-ruby:
are moved from
concurrent-ruby-edge
toconcurrent-ruby
concurrent-ruby
Promise#then
v3.7.0
concurrent-ruby-edge:
lib-edge
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.1.1
Commits
See the full diff on Github. The new version differs by 11 commits:
Bump to 1.1.1
Update README with usage information in Ruby
Merge pull request #436 from dduugg/rm-kernel-ext
rm Kernel core_ext
Merge pull request #434 from orien/rubygems-project-metadata
Add project metadata to the gemspec
Merge pull request #433 from BanzaiMan/patch-1
Update Ruby 2.4.x and 2.5.x run times
Merge pull request #353 from PikachuEXE/feature/change-translations-behaviour
Add 'Maintained by' notice to README
* Expose translations with option to perform initalization
Release Notes
2.2.3
Notably, this release addresses CVE-2018-16468.
Commits
See the full diff on Github. The new version differs by 5 commits:
version bump to v2.2.3 and update CHANGELOG
remove the svg animate attribute `from` from the allowlist
add formatting to CHANGELOG
updated mailing list to a new Google Group
extract msword html data into an asset file
Commits
See the full diff on Github. The new version differs by 20 commits:
2.7.1 release
additionally register UnixToUnix encoding as 'x-uue'
IMAP: fix `delete_all` against a readonly connection
Format generated ruby files by ragel using rufo gem
Set full path of the ragel source file to rake task
Perform `gem install bundler` to address `LoadError: cannot load such
Fix 7bit/base64 content transfer encoding mismatch
2.7.1.rc1 release candidate
Restore LF line ending parsing
Fix quote_token with frozen AS::Multibyte chars
CI: test against Rails 5.x for Rubies older than 2.4.1 since Rails 6 requires 2.4.1+
Fix token quoting with UTF-8 attributes
Expose `Mail::Field#unparsed_value` to read raw fields
CI: track current jruby release (9.1.15.0)
CI: test against Ruby 2.5.x
Fix parsing boundary containing "=" within invalid Content-Type
Fix transfer encoding when message encoding is blank
restore LF->CRLF conversion for properly encoded non-binary messages
Fix performance downgrade with Mail::Utilities.to_crlf/to_lf
Stable branch for 2.7.x releases
Release Notes
0.3.3
Commits
See the full diff on Github. The new version differs by 10 commits:
v0.3.3
Merge pull request #11 from huacnlee/fix-test-file-including-rubygem
Gemspec ignore test files for reduce gem size from 7.5MB to 7.5KB
Merge pull request #8 from junaruga/feature/text-typo-file-names
Suppress warnings when running "gem build marcel.gemspec"
Merge pull request #7 from junaruga/hotfix/test-require-pathname
Require pathname to run tests without Bundler.
Fix "warning: `&' interpreted as argument prefix"
CI: fix 2.5.0 builds broken by incompatible Bundler/RubyGems
Add ruby-head on Travis CI.
Commits
See the full diff on Github. The new version differs by 12 commits:
Merge pull request #55 from banister/release-0-9-2
Release v0.9.2
Merge pull request #54 from banister/52-jruby-patch-removal
Revert "method_source: fix broken Procs on JRuby 9.2.0.0"
bump version number to 0.9.1
Merge pull request #51 from kyrylo/jruby-9200-fix
method_source: fix broken Procs on JRuby 9.2.0.0
Merge pull request #50 from mensfeld/master
remove gemfile lock
license for the gemspec
tweaks to .travis.yml
Run rake gemspec task to bump gemspec data (incl version number)
Commits
See the full diff on Github. The new version differs by 11 commits:
version bump to v1.8.5
update changelog
Merge branch 'fix-1773'
Organize imports in XmlNode.java.
Allow reparenting nodes to be a child of an empty document.
Merge pull request #1786 from sparklemotion/1785-canonical-usns
pull in upstream libxml2 patches
changelog
changelog
remove `-Wextra` CFLAG
add tests for pkg-config failure scenario
Commits
See the full diff on Github. The new version differs by 5 commits:
Bumping version for release
Whitelist http/https schemes
Reduce buffer size to avoid pathological parsing
Merge tag '2.0.5' into 2-0-stable
Merge pull request #1296 from tomelm/fix-prefers-plaintext
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 73 commits:
Prepare to 0.20.3
Merge pull request #637 from y-yagi/add_care_of_old_did_you_mean
Add care about old version of `did_you_mean`
Prepare to 0.20.2 release
Merge pull request #636 from y-yagi/fixes_build
Remove the globally installed gem by rvm
Run command with bundle exec
Make sure did_you_mean feature works when the gem is available
Prepare to 0.20.1 release
Merge pull request #630 from kddeisz/did-you-mean
Merge pull request #628 from deivid-rodriguez/abort_on_failure
Merge pull request #629 from deivid-rodriguez/fix_warnings
Fix up keyword argument usage in did_you_mean for ruby 1.8
Fix up did_you_mean on older ruby versions
Support did-you-mean functionality in thor
Fix "warning: setting Encoding.default_external"
Add `abort_on_failure` option to #run action
Remove unused stuff
Fix "warning: assigned but unused variable - junk"
Merge pull request #616 from Choms/master
Re-add version
Merge pull request #623 from marcandre/remove_dup
Remove duplicate option creation in spec
Delete version.rb
Merge pull request #620 from MaxLap/fix-invalid-path-display
Fix relative_to_original_destination_root and better tests
Remove the root path from the absolute path only once
Merge pull request #618 from MaxLap/fix_check_unknown
Merge pull request #589 from pocke/correct-lineno
Fix check_unknown_options! when parsing gets stopped
Fix indent calculation
Small change to use more of the terminal size
Fix print_wrapped to properly parse "\x5" newline character
Merge pull request #610 from deivid-rodriguez/skip_exit_status_specs_on_1.8.7
Document possible attack vector on `get`
Merge pull request #611 from bosoxbill/doc-for-cve-2016-10545
Add open-uri reference
Add language about how not to use Thor
Skip exit status specs on 1.8.7
Merge pull request #578 from jmax315/master
Merge pull request #608 from y-yagi/fix_typo_in_inject_into_module_test
Fix typo in `inject_into_module` test
Merge pull request #605 from y-yagi/add_merge_action_to_file_collision
Merge pull request #606 from y-yagi/remove_gemnasium_badge
Remove Gemnasium badge
Merge pull request #604 from y-yagi/test_against_latest_rubies
Add `merge` action to file colision menu
Test against latest Rubies
Merge pull request #600 from jonathanhefner/fix-comment-regex
Merge pull request #601 from pallan/patch-1
Updates method documentation for ask
Fix comment_lines regexp
Merge pull request #599 from utilum/identifiy_future_ERB_versions
Make sure future versions of ERB are invoked appropriately
Merge pull request #594 from koic/deprecate_safe_level_of_erb_new_in_ruby_2_6
Merge pull request #598 from yahonda/diag595
Address #595 by duplicating string objects
Deprecate safe_level of ERB.new in Ruby 2.6
Use correct line numbers for `class_eval` and `module_eval` methods
Merge pull request #586 from hsbt/fix-misspell
Fixed misspelling words.
Merge pull request #584 from lostapathy/bump_travis_versions
Merge pull request #583 from lostapathy/fix_travis
update ruby version in travis config
lock hashdiff to <0.3.6 to fix travis
Fix incorrect use of Process::exit. This fixes open issue #244.
Merge pull request #576 from sshaw/master
require open-uri when loading http template
Merge pull request #572 from sschuberth/master
Introduce a constant for the default terminal width
Merge pull request #568 from segiddins/seg-hash-fetch-tests
Add more tests for HashWithIndifferentAccess#fetch
Release should use invoke not execute
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
.All Depfu comment commands