Happy Friday from sunny Los Angeles!
Claudio here with the latest news from the rails/rails repository. Here’s a recap of the commits and pull requests merged into master this week.
14 programmers contributed to Rails this week, two of the them for the first time. If you haven’t contributed yet, I hope you will join the list next week.
Same-origin connections are now permitted by default. If you want to stick with the old behavior, you can set config.action_cable.allow_same_origin_as_host = false
autosave
and inverse_of
do not get along together, since they may for example cause double saves.
If one thread calls close
on an IO at the same time that another calls read
, segfaults might have occurred. This has now been fixed!
A small upgrade to the Rails codebase to have it ready for the upcoming release of Ruby 2.4 which has deprecated Fixnum and Bignum.
And in Action Pack too. Methods that were deprecated in Rails 5.0 will be gone once Rails 5.1 ships.
That’s it for this week, as usual there were more changes than what we can fit, feel free to check them yourself here. Until next week!