rails/railties/CHANGELOG.md
Juan Vásquez 3d737cd8ef
Update CHANGELOG.md
Co-authored-by: Petrik de Heus <petrik@deheus.net>
2024-06-28 10:14:10 -06:00

20 lines
658 B
Markdown

* Deprecate `bin/rake stats` in favor of `bin/rails stats`.
*Juan Vásquez*
* Add internal page `/rails/info/notes`, that displays the same information as `bin/rails notes`.
*Deepak Mahakale*
* Add Rubocop and GitHub Actions to plugin generator.
This can be skipped using --skip-rubocop and --skip-ci.
*Chris Oliver*
* Use Kamal for deployment by default, which includes generating a Rails-specific config/deploy.yml.
This can be skipped using --skip-kamal. See more: https://kamal-deploy.org/
*DHH*
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/railties/CHANGELOG.md) for previous changes.