Coder Social home page Coder Social logo

Comments (19)

Ravenstine avatar Ravenstine commented on August 16, 2024

I would also like to see this issue solved.

from em-synchrony.

johnnaegle avatar johnnaegle commented on August 16, 2024

+1

from em-synchrony.

kkempin avatar kkempin commented on August 16, 2024

+1

from em-synchrony.

est avatar est commented on August 16, 2024

+1 same error here. Rollback to 1.0.3 fixed the problem.

from em-synchrony.

vkill avatar vkill commented on August 16, 2024

+1

from em-synchrony.

pcriv avatar pcriv commented on August 16, 2024

+1

from em-synchrony.

genail avatar genail commented on August 16, 2024

+1

from em-synchrony.

markalanevans avatar markalanevans commented on August 16, 2024

+1

from em-synchrony.

Freeza91 avatar Freeza91 commented on August 16, 2024

+1
Rollback to 1.0.3 can solve this problem.
Hope this issue to be solved soon.

from em-synchrony.

vkill avatar vkill commented on August 16, 2024

rollback activerecord to 4.1.9

from em-synchrony.

Aetherus avatar Aetherus commented on August 16, 2024

+1
4.1.10 is okay too.
Eager to see this issue being fixed so that we can leverage rails 4.2's active job.

from em-synchrony.

coxoc avatar coxoc commented on August 16, 2024

Fixed with the following patch.(not tested in production environment)

if ::ActiveRecord::VERSION::STRING >= "4.2.0"
  module EM::Synchrony
    module ActiveRecord
      module Adapter
        def reset_transaction
          @transaction_manager = ::ActiveRecord::ConnectionAdapters::TransactionManager.new(self)
        end

        delegate :open_transactions, :current_transaction, :begin_transaction, :commit_transaction, :rollback_transaction, to: :transaction_manager
      end
    end
  end
end

from em-synchrony.

ShogunPanda avatar ShogunPanda commented on August 16, 2024

Any update on this?

from em-synchrony.

dgutov avatar dgutov commented on August 16, 2024

Should be fixed now with 6c88bbf (although no new release yet).

from em-synchrony.

ShogunPanda avatar ShogunPanda commented on August 16, 2024

Ok, any ETA for the new release?

from em-synchrony.

igrigorik avatar igrigorik commented on August 16, 2024

@dgutov @ShogunPanda we're overdue for a release; I can push one out. That said, I'd love to see if we can get #190 in first.

from em-synchrony.

dgutov avatar dgutov commented on August 16, 2024

@igrigorik From what I understand of #190, it would require a major version bump. I think it would be better to push out a backward-compatible release first.

from em-synchrony.

igrigorik avatar igrigorik commented on August 16, 2024

@dgutov sounds reasonable. Side topic: can you please ping me on [email protected]? :)

from em-synchrony.

dgutov avatar dgutov commented on August 16, 2024

The new version has been released.

from em-synchrony.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.