v1.10.0
What's Changed
v1.10.0 focuses on the database and brings two major changes:
- Rage's own Connection Pool is now enabled by default. We've implemented lots of improvements and stability fixes to it while preserving excellent performance. Active Record versions starting with 6.0 are supported.
- You can now use the
-d
option with therage new
command to preconfigure the app for the selected database. Thanks to standalone_migrations, commands likerage db:migrate
orrage db:seed
are supported out-of-the-box.
Other changes in the release:
- Add
rage middleware
andrage version
commands. - Log to STDOUT by default in production.
Full Changelog: v1.9.0...v1.10.0