Categories: None [Edit]

where_chain

https://rubygems.org/gems/where_chain
https://github.com/marcinruszkiewicz/where_chain
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)

Total

Ranking: 40,843 of 191,606
Downloads: 30,099

Daily

Ranking: 43,639 of 191,571
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36772,671,321activerecord
56671,612,802rubocop
122376,854,514rspec-rails
186266,549,659factory_bot_rails
198250,751,416rspec_junit_formatter
223215,185,111pry-rails
278177,901,413sqlite3
2,01713,566,412appraisal
3,2484,440,202combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz