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,753 of 180,530
Downloads: 25,103

Daily

Ranking: 17,160 of 180,517
Downloads: 11

Depended by

RankDownloadsName

Depends on

RankDownloadsName
34541,614,057activerecord
68415,890,815rubocop
115263,354,219rspec-rails
187171,967,652factory_bot_rails
189168,895,935database_cleaner
191168,134,530rspec_junit_formatter
202155,233,398pry-rails
238132,744,601sqlite3
2,0717,574,614appraisal

Owners

#GravatarHandle
1iconmarcinruszkiewicz