Sha256: f3611ea084f289e54c5f480af43b35a8e188606eaea2659687ff4a795bd93703

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

== 1.0.0

* Birthday! Includes join_association and arel_table helpers.

== 1.1.0

* Adding the QueryBuilder class.

== 1.2.0

* Adding Rails 4 support.

== 2.0.0

* Turning JoinAssociation into an ActiveSupport::Concern (breaks backwards compatibility).

== 2.0.1

* Define ArelHelpers.join_association so people can use join_association functionality without relying on autoloading. (@peeja, github issue #8)

== 2.0.2

* Fix issue causing CollectionProxy#[] to return Arel::Attribute objects instead of model instances. See https://github.com/camertron/arel-helpers/pull/11

== 2.1.0

* Adding support for Rails 4.2 (@hasghari, github issue #12)

== 2.1.1

* Fixing issue causing ArelTable instances to get returned when accessing records inside an ActiveRecord::Relation. (@svoynow, #18)

== 2.2.0

* Adding polymorphic join support for Rails 4.2.

== 2.3.0

* Adding support for Rails 5 (@vkill #24, @camertron #26)

== 2.4.0

* Adding support for Rails 5.1 (@hasghari #30)

== 2.5.0

* Add license information to gemspec so it is parsed by verifiers (@petergoldstein #31)
* Update QueryBuilder#reflect to create deep copy of builder (@wycleffsean #32)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arel-helpers-2.5.0 History.txt