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,570 of 195,956
Downloads: 32,910

Daily

Ranking: 24,817 of 195,929
Downloads: 15

Depended by

RankDownloadsName

Depends on

RankDownloadsName
37824,824,337activerecord
57731,912,103rubocop
122402,303,273rspec-rails
185288,478,925factory_bot_rails
201268,647,805rspec_junit_formatter
235226,858,314pry-rails
282191,925,773sqlite3
1,99215,285,405appraisal
3,2764,730,525combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz