Read more

palkan/isolator: Detect non-atomic interactions within DB transactions

Henning Koch
September 20, 2019Software engineer at makandra GmbH

With this gem your transaction blocks raise an error when they have side effects that cannot be rolled back.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

By default it checks whether you're connecting with HTTP, queuing a Sidekiq job or sending an e-mail within a transaction. You can add custom checks, too.

Found in this RubyGuides article Show archive.org snapshot .

Posted by Henning Koch to makandra dev (2019-09-20 13:31)