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,632 of 187,622
Downloads: 29,077

Daily

Ranking: 83,726 of 187,603
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36719,965,389activerecord
57613,899,529rubocop
116354,375,129rspec-rails
185246,724,967factory_bot_rails
197234,569,134rspec_junit_formatter
216204,846,508pry-rails
275165,820,303sqlite3
2,02812,162,565appraisal
3,2234,192,812combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz