- Include the rails version in the migration, if supported (#27)
- Bring along dependent: :nullify (fixes #24)
- Better detection of impossible foreign keys (fixes #19)
- Add ability to ignore associations (via
Immigrant.ignore_keys
, #21)
- Add rake task that checks for missing keys
- Fix schema dumping regression in rails <= 4.1 (fixes #20)
- Rails 4.2+
:on_update
/:on_delete
fixes (fixes #18) - Rails 5.0 compatibility fix
- Better invalid association detection (fixes #2, #16)
- Ignore view-backed models (fixes #17)
- Rails 4.2 support
- Fix gemspec issue (fixes #13)
- Rails 4.1 HABTM fix (fixes #10)
- Fix :primary_key bug (fixes #9)
- Expand test matrix
- Rails 4 support
- Rails 3.1 fix (fixes #7)
- Fix HABTM/:join_table bug (fixes #6)
- Load all models in all namespaces (fixes #3)
- Properly handle unknown reflection types (fixes #1)
- Use Foreigner schema dumping code
- Travis integration
- Initial release