This week in Rails
Past issues
Nov 13
Nov 30
Nov 23 2020
Bugfixes, improvements and more!
Hey, this is
Greg
, bringing you the latest news about Ruby on Rails!
Fix db:schema:load when table definition contains partitions
This PR fixes a bug with loading the schema to MySQL if the schema contains table definitions with partitions.
Add strict loading to Active Storage
The
strict_loading
option has been added to Active Storage, you can enable it like this:
has_one_attached :logo, strict_loading: true
has_many_attached :images, strict_loading: true
Fixed odd behavior of inverse_of with multiple belongs_to to the same class
An issue was introduced when foreign key validation was added to automatic_inverse_of and it is fixed by this PR. You can find an example and detailed explanation on the PR itself.
Use FFmpeg scene detection for video previews
This PR adds FFmpeg scene detection to Active Storage video previews. There are some test results on the PR to see how it works.
17 people
contributed to Rails since last time, have a look at the
open issues
and become one of them! Until next week!
Previous Issues
Sep 27
Autumn is here, and so is Rails 7 Alpha 2! 🍂
Sep 17
Rails 7 alpha released
Sep 11
Bye-bye Byebug, Hello jsbundling and cssbundling!
Aug 28
Remove default reliance on Sass and more!
Aug 21
Good-bye classic mode, --skip-puma, --skip-gemfile.. hello weekday_options_for_select!
Aug 13
ESM importmap and Marginalia
Aug 8
Active Record goodies and more!
Jul 31
Favicons, InvalidAuthenticityToken message gains, Journey optimizations and more!
Jul 23
Active record improvements and much more
Jul 19
Performance and parallel testing improvements and more!
Load More