0.5.0 (2018-10-23)

See #25. Thanks to @jnylen.

0.4.0 (2017-10-25)

This step is required for Sequel 5 compatibility.

See #27. Thanks to @jnylen.

This step is required for Sequel 5 compatibility.

See #23. Thanks to @jnylen.

It's not correct and generates an error in Sequel 5.

See #26. Thanks to @jnylen.

See previous changes in this version.

0.3.1 (2017-01-05)

See #21. Thanks to @shioyama.

0.3.0 (2016-12-12)

For instance you can set an association class with one_to_many :nested_assets, :as => :attachable, :class => Nested::Asset.

0.2.2 (2015-08-07)

I.e. model.commentable caused an error if CamelCasedClassName.many_to_one :commentable, :polymorphic => true has been used. I.e. model.tags caused an error if Model.many_to_many :tags, :through => :camel_cased_through_class, :as => :taggable has been used.

See #9 and #11.

0.2.1 (2015-08-04)

See #9.

0.2.0 (2015-06-10)

Before: A NameError is raised by eager loader if association is absent.

Now: nil is returned.

See #8.

0.1.1 (2015-06-09)

See #7.

0.1.0 (2014-09-06)

Initial release.