Save 36% for Black Friday! Learn more

Want more GoRails?

GoRails is packed full with 772 lessons just like this one.

Sign up to get full access or log in to your account and sit back.

Fixing an ActiveJob Config Initializer

September 2, 2024

Track your progress

Sign in to track your progress and access subscription-only lessons.

Log In

Your Teachers

Hi, I'm Chris. I'm the creator of GoRails, Hatchbox.io and Jumpstart. I spend my time creating tutorials and tools to help Ruby on Rails developers build apps better and faster.

Collin Jilbert

Ruby on Rails Developer | Lover of Music | Skateboarder | Proud Papa | Co-editor @therubyradar | Launched @fleur_de_ruby

About This Episode

Rails 7.2 introduces the enqueue_after_transaction_commit config but this wouldn't take effect when upgrading Rails apps, so we fixed it by changing the load order.