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: 39,555 of 196,658
Downloads: 33,230

Daily

Ranking: 88,523 of 196,619
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
37839,032,779activerecord
56747,227,703rubocop
124408,503,748rspec-rails
187294,006,537factory_bot_rails
200272,851,485rspec_junit_formatter
239229,769,784pry-rails
286195,503,478sqlite3
1,98615,746,021appraisal
3,2714,814,798combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz