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,339 of 193,834
Downloads: 31,425

Daily

Ranking: 15,734 of 193,815
Downloads: 36

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36802,822,733activerecord
56706,837,103rubocop
122391,812,721rspec-rails
184279,389,822factory_bot_rails
202261,480,079rspec_junit_formatter
231221,930,702pry-rails
279186,303,111sqlite3
2,00514,529,017appraisal
3,2744,604,004combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz