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: - of 0
Downloads: -

Daily

Ranking: - of 0
Downloads: -

Depended by

RankDownloadsName

Depends on

RankDownloadsName
36805,958,282activerecord
56710,510,158rubocop
122393,372,550rspec-rails
184280,744,273factory_bot_rails
202262,515,913rspec_junit_formatter
232222,661,389pry-rails
280187,045,758sqlite3
2,00614,621,711appraisal
3,2724,620,087combustion

Owners

#GravatarHandle
1iconmarcinruszkiewicz