summaryrefslogtreecommitdiff
path: root/databases/ruby-arel-helpers/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-12-19databases/ruby-arel-helpers: update to 2.14.0taca1-2/+2
2.14.0 (2021-12-16) * Add support for Rails 7.
2021-12-11databases/ruby-arel-helpers: update to 2.13.0taca1-2/+2
2.13.0 (2021-12-06) * In QueryBuilder, delegate #empty? and #size to @query (@net1957, #47)
2021-08-30databases/ruby-arel-helpers: update to 2.12.1taca1-2/+2
2.12.1 (2021-08-26) * Support Ruby 3.0. * Move to GitHub actions.
2021-01-10databases/ruby-arel-helpers: update to 2.12.0taca1-4/+3
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)
2020-03-20Bump PKGREVISIONtaca1-1/+4
* Bump PKGREVISION by RUBY_RAILS_DEFAULT change. * And add "USE_LANGUAGES= #none".
2020-01-18databases/ruby-arel-helpers: update to 2.11.0taca1-2/+2
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.
2019-07-13databases/ruby-arel-helpers: update to 2.9.1taca1-3/+3
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.
2018-03-21databases/ruby-arel-helpers: update to 2.6.1taca1-4/+7
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)
2017-09-16ruby-arel-helpers: follow redirectwiz1-2/+2
2017-09-14databases/ruby-arel-helpers: Import version 2.4.0minskim1-0/+13
Arel-helpers are tools to help construct database queries with ActiveRecord and Arel.