Fixes #200 by explicitly scoping some references to ActiveRecord
Notes:
The enum test is just additive, but wasn't part of the actual problem.
I installed the activerecord-session_store gem and the migration to replicate the problem
New test is fairly basic and just tries to exercise the functionality of infer_type
I'm a bit concerned with some of the changes in the schema (e.g. removal of certain precision values) and not having any explicit tests for the actual problem.
Fixes #200 by explicitly scoping some references to
ActiveRecord
Notes:
activerecord-session_store
gem and the migration to replicate the probleminfer_type
I'm a bit concerned with some of the changes in the schema (e.g. removal of certain precision values) and not having any explicit tests for the actual problem.