All Versions
25
Latest Version
Avg Release Cycle
143 days
Latest Release
1253 days ago

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.
  • v0.2.1 Changes

    • ๐ŸŽ‰ Initial release