The gemspec specifies that the gem should be compatible with ActiveRecord >= 2.3.2 however it utilizes ActiveSupport::Concern which was introduced with ActiveSupport 3.
If the gem really is compatible with ActiveRecord 2.3 then it would be really nice to swap out ActiveSupport::Concern with the manual method.
The gemspec specifies that the gem should be compatible with ActiveRecord >= 2.3.2 however it utilizes ActiveSupport::Concern which was introduced with ActiveSupport 3.
If the gem really is compatible with ActiveRecord 2.3 then it would be really nice to swap out ActiveSupport::Concern with the manual method.