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,906 of 193,317
Downloads: 30,728

Daily

Ranking: 23,307 of 193,287
Downloads: 13

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36795,258,211activerecord
56697,647,829rubocop
122388,018,210rspec-rails
185276,141,983factory_bot_rails
202258,872,627rspec_junit_formatter
228220,253,453pry-rails
279184,250,518sqlite3
2,00814,273,593appraisal
3,2654,562,668combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz