Hi there! This is Greg with the latest news about Rails!
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!
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.
rails console
commandPre 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.
SchemaDumper.ignore_tables
in databases structure dumpThis change makes Active Record respect the ignored tables if you configured any.
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!