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,926 of 192,666
Downloads: 30,467

Daily

Ranking: 73,575 of 192,588
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36786,085,808activerecord
56686,799,632rubocop
122383,352,712rspec-rails
185272,038,763factory_bot_rails
198255,629,460rspec_junit_formatter
227218,194,799pry-rails
278181,890,654sqlite3
2,01313,966,097appraisal
3,2554,513,489combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz