Hey,
When I did a bundle update, it force updated my em_http_request 1.1.0 to 1.1.1, and I started to see this error whenever I created or saved any active record object:
NoMethodError: undefined method []' for nil:NilClass from /home/jprince/.rvm/gems/ruby-1.9.3-p429/bundler/gems/em-synchrony-d775d5638cd1/lib/em-synchrony/activerecord.rb:71:incurrent_transaction'
I checked the code and it looks as if @transaction is nil.
Is there anything else you need? Just make an active record object using em_http_request 1.1.1 + em-synchrony.
Hey,
When I did a bundle update, it force updated my em_http_request 1.1.0 to 1.1.1, and I started to see this error whenever I created or saved any active record object:
NoMethodError: undefined method
[]' for nil:NilClass from /home/jprince/.rvm/gems/ruby-1.9.3-p429/bundler/gems/em-synchrony-d775d5638cd1/lib/em-synchrony/activerecord.rb:71:incurrent_transaction'I checked the code and it looks as if @transaction is nil.
Is there anything else you need? Just make an active record object using em_http_request 1.1.1 + em-synchrony.