All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v2.3.0 Changes

    • โž• Adding support for Rails 5 (@vkill #24, @camertron #26)
  • v2.2.0 Changes

    • โž• Adding polymorphic join support for Rails 4.2.
  • v2.1.1 Changes

    • ๐Ÿ›  Fixing issue causing ArelTable instances to get returned when accessing records inside an ActiveRecord::Relation. (@svoynow, #18)
  • v2.1.0 Changes

    • โž• Adding support for Rails 4.2 (@hasghari, github issue #12)
  • v2.0.2 Changes

  • v2.0.1 Changes

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

    • ๐Ÿ‘ Turning JoinAssociation into an ActiveSupport::Concern (breaks backwards compatibility).
  • v1.2.0 Changes

    • โž• Adding Rails 4 support.
  • v1.1.0 Changes

    • โž• Adding the QueryBuilder class.
  • v1.0.0 Changes

    • Birthday! Includes join_association and arel_table helpers.