Hi there! This is Prathamesh, bringing you the latest edition of This Week in Rails, covering highlights from the Rails community, as well as changes recently made to the framework. Let's dive in!
This change constructs a single query for inserting fixtures from different tables. This change reduced the time to load around 700 fixtures from 15 seconds to 8 seconds! 🏎
This change allows a job that is discarded to be handled by a custom handler. The retry_on already provides the ability for a custom handler and now same has been added to discard_onhandler.