0.24.0
github-actions
released this
17 Sep 23:52
·
33 commits
to refs/heads/main
since this release
Nextgen can now generate Rails 8 apps!
Rails 7.2 remains the default, but Nextgen now provides a main
option, for those interested in using the upcoming Rails 8 release:
What version of Rails will you use?
7.2.1
edge (7-2-stable)
‣ main (8.0.0.alpha)
Selecting main
will subsequently show options specific to Rails 8, like Kamal, Solid Cache / Solid Queue, and more. See #100 for details.
✨ New Features
- Support generating Rails 8 apps with
--main
(#100) @mattbrictson - bin/setup: Skip
rails restart
step if server isn't running (#112) @mattbrictson
🐛 Bug Fixes
- Mute deprecations so stylelint works with overcommit (#111) @mattbrictson
🏠 Housekeeping
- Refactor
RailsOptions
to load supported values from YAML config (#113) @mattbrictson - Run assorted e2e test scenarios in separate CI jobs (#109) @mattbrictson
Full Changelog: v0.23.0...v0.24.0