mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1b7c3222e8
Generally followed the pattern for https://github.com/rails/rails/pull/32034 * Removes needless CI configs for 2.4 * Targets 2.5 in rubocop * Updates existing CHANGELOG entries for fewer merge conflicts * Removes Hash#slice extension as that's inlined on Ruby 2.5. * Removes the need for send on define_method in MethodCallAssertions.
10 lines
308 B
Markdown
10 lines
308 B
Markdown
* New section _Troubleshooting_ in the _Autoloading and Reloading Constants_ guide.
|
|
|
|
*Xavier Noria*
|
|
|
|
* Rails 6 requires Ruby 2.5.0 or newer.
|
|
|
|
*Jeremy Daer*, *Kasper Timm Hansen*
|
|
|
|
|
|
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/guides/CHANGELOG.md) for previous changes.
|