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,804 of 186,995
Downloads: 28,116

Daily

Ranking: 25,355 of 186,959
Downloads: 27

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36698,603,704activerecord
57590,210,635rubocop
117345,351,281rspec-rails
184238,882,868factory_bot_rails
194228,740,213rspec_junit_formatter
214200,732,808pry-rails
276161,097,927sqlite3
2,01611,653,828appraisal
3,2174,088,227combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz