Branch: master
-
Merge pull request #37898 from tgxworld/revert_evented_routes_reloader
Revert "Use `app.config.file_watcher` for watcher in `RoutesReloader`"
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37792 from glaszig/fix/actiondispatch/non-headles…
…s-driver-options system tests: properly set driver options for non-headless drivers
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37853 from tgxworld/use_proper_file_watcher
Use `app.config.file_watcher` for watcher in `RoutesReloader`
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37896 from tgxworld/upgrade_listen
Upgrade listen to 3.2.1 for darwin fixes
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #37693 from elia/patch-1
Don't parse DB specific locking docs as code [ci skip]
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37744 from seejohnrun/around_action-docs
Add guide for inline around_action
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #37886 from tjschuck/retry_on_wait_jitter_doc_fixes
Small doc fixes for ActiveJob::Exceptions::ClassMethods#retry_on [ci skip]
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37882 from kamipo/should_keep_zero_duration_parts
Should keep the original parts for zero duration
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Should keep the original parts for zero duration
Follow up to #37849 (comment). Without this, `0.days` is considered as `0.seconds` due to #31310. We should not lose the original parts.
-
Merge pull request #37878 from kamipo/nodoc_internal_methods
Hide internal utility methods in the public API doc [ci skip]
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37879 from tomily1/update-initialization-guide
[skip ci] Update initialization guide start method to include change
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Hide internal utility methods in the public API doc [ci skip]
I digged the history for the internal utility methods (`convert_key`, `convert_value`, and `set_defaults`), I believe it is apparently not intended to appear them in the public API doc. * `convert_key`, `convert_value`: 7174211 * `set_defaults`: #20828 https://api.rubyonrails.org/v6.0.1/classes/ActiveSupport/HashWithIndifferentAccess.html Since we sometimes makes breaking change for internal methods (e.g. #37870), so that methods should not be leaked to the public API doc.
-
Merge pull request #37866 from giraffate/correct_default_value_of_unk…
…nown_asset_fallback Correct default value of `unknown_asset_fallback` [ci skip]
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37862 from giraffate/fix_random_ci_failure
Fix random CI failure due to non-deterministic sorting order
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #37849 from kamipo/fix_since_and_ago
Fix `since` and `ago` with a duration which has empty parts
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #37839 from ttanimichi/modify-inspect-of-activesup…
…port-duration-with-no-parts The return value of `ActiveSupport::Duration#inspect` is wrong when its parts are empty
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37842 from tkusuki/fix-typo-in-options-for-render
Fix typo in "Options for render" section [ci skip]
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #37819 from orien/changelog-uri
Add Rails changelog URI
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37821 from yahonda/bump_rubocop_077
Bump RuboCop version to 0.77
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #37809 from yahonda/split_bundle_install_and_rubocop
Easy to show `bundle exec rubocop` output at GitHub Actions
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #37789 from dr-itz/fix/ar-test-fork
fix(test): only test reaper with fork when fork is available
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37788 from eregon/update-listen
Update to listen 3.2
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Sync style with Basic Authentication and Digest Authentication headers.
-
-
-
-
Merge pull request #37784 from larskanis/cached-plan-changed
PostgreSQL: Make detection of invalid plan locale-independent
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #37772 from dylnclrk/fix-rspec-typo-in-guide
Fix RSpec capitalization typo ("Rspec" -> "RSpec") [ci skip]
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37771 from dylanahsmith/add-missing-require-for-c…
…ompact-blank activerecord: Add missing require for compact_blank
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #37764 from giraffate/remove_unused_connection_han…
…dler Remove an unused connection handler in a test
-
Merge pull request #37747 from bradleyprice/check-association-loaded-…
…across-collection-on-preload Check that entire collection has been loaded before short circuiting
-
Merge pull request #37727 from kamipo/improve_deprecation_message
Improve deprecation message for leaking scope
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits