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,744 of 183,033
Downloads: 26,408

Daily

Ranking: 20,257 of 183,020
Downloads: 13

Depended by

RankDownloadsName

Depends on

RankDownloadsName
35594,356,583activerecord
63473,923,723rubocop
116293,735,820rspec-rails
183196,798,861factory_bot_rails
190190,626,013rspec_junit_formatter
206173,135,965pry-rails
251141,228,854sqlite3
2,0708,664,848appraisal
3,1233,573,146combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz