| Age | Commit message (Collapse) | Author | Files | Lines |
|
2.14.0 (2021-12-16)
* Add support for Rails 7.
|
|
2.13.0 (2021-12-06)
* In QueryBuilder, delegate #empty? and #size to @query (@net1957, #47)
|
|
2.12.1 (2021-08-26)
* Support Ruby 3.0.
* Move to GitHub actions.
|
|
2.12.0 (2020-12-21)
* Streamline spec setup using appraisal, combustion and database_cleaner
gems (@hasghari #45)
* Add support for Rails 6.1 (@hasghari #45)
|
|
* Bump PKGREVISION by RUBY_RAILS_DEFAULT change.
* And add "USE_LANGUAGES= #none".
|
|
update ruby-arel-helpers to 2.11.0.
2.11.0
* Allow consumers of ArelHelpers::QueryBuilder to chain on falsy return
(@ramhoj #44).
- Add not_nil in front of builder methods to opt-in.
2.10.0
* Add support for Rails 6 rc2.
|
|
Update ruby-arel-helpers to 2.9.1.
2.9.1
* Remove has_rdoc from gemspec.
2.9.0
* Add support for Rails 6.
2.8.0
* Add support for Rails 5.2.1, which changed the arity of several internal
methods that we shamelessly use.
2.7.0
* Add support for Rails 5.2.
|
|
pkgsrc change:
* Update HOMEPAGE
* Add LICENSE
* Support multiple rails.
2.6.1
* Fix homepage URL in gemspec.
2.6.0
* Add the join alias helper.
* Add ability to pass table aliases to join_association.
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)
|
|
|
|
Arel-helpers are tools to help construct database queries with
ActiveRecord and Arel.
|