Hey, team. Todd here, bringing you another edition of This Week in Rails! Due to a scheduling mishap, we missed an issue last week - we won't cover it here, but I encourage you to check out the repo activity during that period.
Anyway, let's get to the exciting stuff from this week!
First off, a very special thanks to Suhan Lee for translating our newsletter into Korean! He's going to try to translate each newsletter going forward. If you're interested in providing more translations, feel free to get in touch with Godfrey.
A late addition to Rails 5: default Rails initializers will no longer live in their own files. Instead, a new new_framework_defaults.rb file will be included in new apps generated with Rails 5.
Sean was able to fix an issue where chaining #exists? on #includes would raise an error. It sounds like there's more work to do here yet, so I encourage giving the commit message a look-see.
Previously, there was an issue where it was possible to have collisions if #hash was called on two different models with the same ID. This is now fixed on master.