This week in Rails
Past issues
May 12
May 28
May 20 2017
This Week in Rails: Recycled cache keys and more! [copy]
Hi there! This is
Greg
with the latest news about Rails!
Featured
This Week's Rails contributors!
22 person worked on making Rails better this week. Big thanks to them!
If you want to be a part of that, check the
issues list
!
New
Recyclable cache keys
With this change Rails, will be able to recycle the cache keys and if you have big volume cache write, your cache space will be better utilised.
Fixed
Allow irb options to be passed from `rails console` command
Pre Rails 5, the rails console accepted irb options, but a change in Rails 5 break that feature. Now it is fixed, so you can pass the options like this:
rails c -- --simple-prompt
.
Improved
Respect `SchemaDumper.ignore_tables` in databases structure dump
This change makes Active Record respect the ignored tables if you configured any.
Don't cache locally if unless_exist was passed
If your cache backend supports the
unless_exist
option, you can configure Rails to delete the local cache and read the correct value from the backend.
That's it for this week, as always, we couldn't cover all of the changes, but feel free to check the
commits
if you are interested.
Until next week!
This Week in Rails · 30 N Racine #200 · Chicago 60607 · United States of America
Unsubscribe
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