You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7.1
- `config.active_job.use_big_decimal_serializer` was fixed to be `true`
in b4fffc3 but the documentation was not updated
- `config.active_record.run_commit_callbacks_on_first_saved_instances_in_transaction`
was added in 936a862
- `config.active_record.sqlite3_adapter_strict_strings_by_default` was
added in 21a6dbd but the documented default is incorrect
- `config.log_file_size` was initially set to `100.megabytes` but was
changed during review to be `100 * 1024 * 1024` for apps using
`config.active_support.bare` (cdce275)
7.0
- `config.active_support.isolation_level` was added in 540d2f4
6.1
- minor formatting fix
The changes were generated by a script:
https://github.com/skipkayhil/rails-bin/blob/5beae39bd83996a03b447266c43599e092a29651/bin/check-framework-defaults
The parentheses around `100 * 1024 * 1024` were removed from
railties/lib/rails/application/configuration.rb because the script
uses the values exactly.
0 commit comments