Sha256: ab8629b032a9aa648077fba6b0fead3dece003744b3095636640b8a6e8ac9463
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
# Change log ## [v1.2.0] - 2021-11-14 [Diff](https://github.com/abeiderman/active_record_data_loader/compare/v1.1.0...v1.2.0) ### Changes: * Add `:file` output option for generating a SQL script instead of loading the data into the database. * Fix some connection handling issues when a custom connection factory is provided. ## [v1.1.0] - 2021-05-01 [Diff](https://github.com/abeiderman/active_record_data_loader/compare/v1.0.2...v1.1.0) ### Changes: * Bump ruby version requirement to >= 2.5 * Bump activerecord requirement to >= 5.0 ## [v1.0.2] - 2019-07-05 [Diff](https://github.com/abeiderman/active_record_data_loader/compare/v1.0.1...v1.0.2) ### Changes: * Add support for MySQL enums * Accept a connection factory lambda as part of the configuration ## [v1.0.1] - 2019-06-16 [Diff](https://github.com/abeiderman/active_record_data_loader/compare/v1.0.0...v1.0.1) ### Changes: * Generate values for datetime column types. This also fixes the fact that `created_at` and `updated_at` were not being populated by default. ## [v1.0.0] - 2019-06-15 Initial stable release [v1.0.0]: https://github.com/abeiderman/active_record_data_loader/releases/tag/v1.0.0 [v1.0.1]: https://github.com/abeiderman/active_record_data_loader/releases/tag/v1.0.1 [v1.0.2]: https://github.com/abeiderman/active_record_data_loader/releases/tag/v1.0.2 [v1.1.0]: https://github.com/abeiderman/active_record_data_loader/releases/tag/v1.1.0 [v1.2.0]: https://github.com/abeiderman/active_record_data_loader/releases/tag/v1.2.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_record_data_loader-1.2.0 | CHANGELOG.md |