RubyGems Navigation menu

where_chain 0.2.3

This is a Rails plugin that extends Active Record with additional methods: .like, .unlike, .gt, .gte, .lt and .lte, so that you can replace the SQL strings like Post.where('comments > 5') with Post.where.gt(comments: 5)

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.6.0 June 04, 2024 (9KB)
  2. 0.5.0 February 17, 2023 (9KB)
  3. 0.4.0 January 07, 2021 (9KB)
  4. 0.3.1 June 25, 2020 (9KB)
  5. 0.3 October 01, 2019 (9KB)
  6. 0.2.3 November 05, 2018 (9KB)
全てのバージョンを表示(全11件)

Runtime依存関係 (1):

activerecord >= 4.2

Development依存関係 (7):

所有者:

作者:

  • Marcin Ruszkiewicz

SHA 256チェックサム:

=

累計ダウンロード数 26,444

このバージョンのみ 1,818

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: