Skip to content

v1.10.0

Compare
Choose a tag to compare
@rsamoilov rsamoilov released this 16 Sep 18:12
· 66 commits to master since this release
6bf8859

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 the rage new command to preconfigure the app for the selected database. Thanks to standalone_migrations, commands like rage db:migrate or rage db:seed are supported out-of-the-box.

Other changes in the release:

  • Add rage middleware and rage version commands.
  • Log to STDOUT by default in production.

Full Changelog: v1.9.0...v1.10.0