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,613 of 187,267
Downloads: 28,897

Daily

Ranking: 24,366 of 187,255
Downloads: 14

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36712,035,928activerecord
57604,868,204rubocop
117351,187,978rspec-rails
184243,966,051factory_bot_rails
197232,397,139rspec_junit_formatter
214203,428,635pry-rails
274163,849,538sqlite3
2,02611,968,479appraisal
3,2194,161,438combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz