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,836 of 190,443
Downloads: 29,933

Daily

Ranking: 40,674 of 190,400
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36763,268,314activerecord
56661,622,316rubocop
121372,692,350rspec-rails
186263,019,223factory_bot_rails
199247,646,632rspec_junit_formatter
222213,313,786pry-rails
279175,592,132sqlite3
2,02213,298,977appraisal
3,2474,392,410combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz