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,763 of 180,518
Downloads: 25,092

Daily

Ranking: 143,384 of 180,507
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
34541,460,706activerecord
68415,679,622rubocop
115263,278,283rspec-rails
187171,902,692factory_bot_rails
189168,862,092database_cleaner
191168,069,228rspec_junit_formatter
202155,189,162pry-rails
238132,712,433sqlite3
2,0727,571,124appraisal

Owners

#GravatarHandle
1iconmarcinruszkiewicz