./databases/ruby-arel-helpers, Tools to help construct database queries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.14.0nb1, Package name: ruby31-arel-helpers-2.14.0nb1, Maintainer: minskim

Arel-helpers are tools to help construct database queries with
ActiveRecord and Arel.


Required to run:
[databases/ruby-activerecord52] [lang/ruby31-base]

Master sites:

Filesize: 12.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-03 17:42:32 by Takahiro Kambe | Files touched by this commit (13)
Log message:
Bump revision RUBY_RAILS_DEFAULT change.
   2021-12-19 07:31:44 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
databases/ruby-arel-helpers: update to 2.14.0

2.14.0 (2021-12-16)

* Add support for Rails 7.
   2021-12-11 14:30:57 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-arel-helpers: update to 2.13.0

2.13.0 (2021-12-06)

* In QueryBuilder, delegate #empty? and #size to @query (@net1957, #47)
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-01-10 15:12:20 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
databases/ruby-arel-helpers: update to 2.12.0

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-20 16:08:08 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Bump PKGREVISION

* Bump PKGREVISION by RUBY_RAILS_DEFAULT change.
* And add "USE_LANGUAGES= #none".
   2020-01-18 16:09:14 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-arel-helpers: update to 2.11.0

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.