Skip to content

4.2.0 private method "include" error #383

@natematykiewicz

Description

@natematykiewicz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions