-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix invalid HABTM foreign key in rails 4.1, fix tests. closes #12
immigrant was actually mostly 4.1 compatible, except that HABTM now creates an extra (and invalid) association, causing an invalid FK tests were aploding all over under 4.1, due to the above, and due to HABTM now creating anonymous AR descendants (which also led to namespaced test classes being inferred incorrectly)
- Loading branch information
Showing
3 changed files
with
147 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters