All Versions
25
Latest Version
Avg Release Cycle
143 days
Latest Release
1591 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.2.5 Changes
- โ Added Rails 3.2 compatibility (thx nickveys!)
-
v0.2.4 Changes
- โ Added correct handling of child models that do not have their parent set (foreign key == nil)
-
v0.2.3 Changes
- โ Added support for models that declare a has_one relationships, these would error out in the previous versions.
-
v0.2.2 Changes
- โจ Enhancements
- Added support for aliased associations ( belongs_to :something, :class_name => 'SomethingElse'). In previous version these would raise an 'uninitialized constant' error.
- โจ Enhancements
-
v0.2.1 Changes
- ๐ Initial release