kitazawa
kitazawa
Fixes #12242 This PR supports `AllowModifiersOnAttrs` options for `Style/AccessModifierDeclarations`. ----------------- Before submitting the PR make sure the following are checked: * [x] The PR relates to *only* one subject with...
以下の非互換に対応しました。 > Removed support for non-Array bind parameters to methods Database#execute, #execute_batch, and #query, which has been deprecated since v1.3.0. [#511] @flavorjones `data/json` にファイルが生成されるところまでは確認済みです。 差分: https://github.com/sparklemotion/sqlite3-ruby/compare/v1.7.3...v2.0.1 ref: #242
In https://github.com/rails/rails/pull/51492 the `Or` node changed from `Binary` to `Nary` as well as `And`. This PR changed to treat `Or` as `Nary` since Rails 7.2. For example, this test fails:...
This PR fixes overwriting with `load_schema!` will not work from Rails 7.2. see: https://github.com/rails/rails/commit/e0a55b038f7f2f50d1467876558be183be6cedaa The `load_schema!` method is now called inside the `_default_attributes` method due to the https://github.com/rails/rails/commit/e0a55b038f7f2f50d1467876558be183be6cedaa change. https://github.com/rails/rails/blob/v7.2.0.beta3/activerecord/lib/active_record/attributes.rb#L240-L252...
見通しが悪くなってきていたので古いRubyのための分岐を削除しました。 Ruby 3.0以降の出力結果に差分がないことは確認しました。
It appears that due to changes in #51308, `ActiveSupport::FileUpdateChecker` incorrectly compares file update times in test environments that use `travel_to` to manipulate time. This causes the application to reload even...