Sha256: 0403b6ffa86c1744de0221183cbc3ce2a96991feddfd1870e713e4aff86990ad

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 Bytes

Contents

# Changelog

Unreleased

* none

v0.4.1

* fix cache issue when calling lazy association accessor with different scopes for `has_and_belongs_to` associations

v0.4.0

* support `has_and_belongs_to` associations

v0.3.1

* allow to decouple declaring the assocation with Active Record DSL and generate a lazy association accessor with `association_accessor`

v0.3.0

* allow to specify an association scope with `belongs_to_lazy`, `has_one_lazy` and `has_many_lazy`

v0.2.0

* allow to use `has_many_lazy` with `through: ...` option

v0.1.0

* initial release
* doens't support `has_and_belongs_to_lazy`
* doesn't support `has_many_lazy ... through: ...`
* doesn't support association scope
* doesn't support polymorphic associations

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
batch-loader-active-record-0.4.1 CHANGELOG.md