-
Notifications
You must be signed in to change notification settings - Fork 563
Closed
Description
On 4.2.0, when I try to start Rails 4.2.0, I get an error about private method "include" being called by ActiveRecord::ConnectionAdapters::Transaction
Looking at this file,
https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/v4.2.0/lib/active_record/connection_adapters/sqlserver/transaction.rb, I assume it will also get mad when RealTransaction tries to include a module.
I tried on ruby-1.9.3-p547, got the error, and thought maybe "include" is a public method in Ruby 2, but it also errors on ruby-2.0.0-p0.
Metadata
Metadata
Assignees
Labels
No labels