RubyGems Navigation menu

where_chain 0.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.5.0 - February 17, 2023 (9.0 KB)
  2. 0.4.0 - January 07, 2021 (9.0 KB)
  3. 0.3.1 - June 25, 2020 (9.0 KB)
  4. 0.3 - October 01, 2019 (9.0 KB)
  5. 0.2.5 - September 23, 2019 (9.0 KB)
顯示所有版本(共 10)

Runtime 相依性套件 (1):

activerecord >= 4.2

Development 相依性套件 (8):

擁有者:

推送者:

作者:

  • Marcin Ruszkiewicz

SHA 256 總和檢查碼:

6d0c57cb7b1200316b87cfc07e046577ba4b46ffc2172fd1098047758ff8b781

總下載次數 25,329

這個版本 4,142

授權:

MIT

Ruby 版本需求: >= 0

相關連結: