- Autoswitch compatibility between Rails 3.2 and Rails 4
- Add automated Travis testing for multiple Rails versions
- Bug Fixes
- Name migrations correctly that only add one index
- Now compatible with Rails 4.0
-
Bug Fixes
- Generate date fields by default when Date class is given to structure block
-
Misc
- Added timestamps to migrant:model generator by default
- Bug Fixes
- Fix term-ansicolor not being detected as a dependency in some bundler versions
- Signed with RubyGems OpenPGP (experimental)
-
Features
- Changes to the column default are now detected
- Change migrations filenames are named using new default values (to avoid conflicts)
- Remove official 1.8 support (still works but too much testing overhead for now)
-
Bug fixes
- Fixed associations failing to be added to the base model when using STI
- Fix possible issue with PostgreSQL regenerating migrations if the range primitive is used
- Bug fixes
- [CRITICAL] Specifying a belongs_to association in a model no longer automatically assumes a schema creation
-
Features
- Migrant now offers to generate migrations that would lose data in conversion (eg. text -> int), after warning the user.
- Now on Travis CI!
-
Bug fixes
- Disable schema cache for Rails >= 3.2.0.rc2. Mostly fixes issues with the tests, but peace of mind for Rails 3.2 nonetheless.
- Fix filename tests not running on some systems
-
Contributors
- pascalh1011
- L2G