This week in Rails
Past issues
May 18
Jun 30
Jun 16 2019
Direct upload mirroring, multiple databases overview and more
Hi there. This is
Wojtek
bringing you goodies from the Rails world.
Document multiple databases
Gives a great overview of available multiple database features coming in Rails 6.
Mirror direct uploads
Tells the mirror service to copy the blob from the primary service to any secondary service where it doesn’t already exist.
Fix preloading on ActiveRecord::Relation
Fixes a case where records are duplicated by a join by using a less known
Hash
method
compare_by_identity
.
Improve on_rotation in MessageEncryptor
Allow
on_rotation
option in
MessageEncryptor
to be passed in constructor.
Make rescues layout responsive
Debugging on small devices got a lot easier by adjusting default errors layout. Check the pull request for sample image.
51 people
contributed to Rails in the last month. You can see the
full list of changes here
.
Until next time!
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