User-visible changes worth mentioning.
- Drop support for
mysql
, just testmysql2
- Drop support for Rails 3.1, 3.2, 4.0, and 4.1
- Add license to gemspec - Thanks @leapingfrogs - #56
- Add option for specifying parent class - Thanks @nathanstitt - #53
- Always clear dependencies on
Temping.teardown
usingActiveSupport::Dependencies::Reference.clear!
- Thanks @faucct - #49 - Remove
clear_dependencies
option fromTemping.teardown
- Primary key fix. Properly set primary key in table when creating it.
- Option to clear dependencies cache on
teardown
- #47, #45
- Fixed unexpected model reflections caching - Thanks @faucct - #40
- Add support for Rails 5 ApplicationRecord - Thanks @bryanwoods - #44
- Add
Temping.cleanup
method - Thanks @bolshakov - #39
- Add abiltity to override create_table options - Thanks @bolshakov - #38
- Patch an issue when you create multiple models with Temping with the same name - Thanks @oneamtu! - #31
- Add
Temping.teardown
. Thanks @grn! - #20