BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

where_chain

v0.6.0RubyGems· Ruby

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)

The verdict
Abandoned. Last published over a year ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published over a year ago.
Popularity
17 downloads / week
Security
No known advisories for this version (OSV).
License
MIT
Dependencies
No runtime dependencies
Recent releases
  • 0.6.0over a year ago
  • 0.5.03 years ago
  • 0.4.05 years ago
  • 0.3.15 years ago
  • 0.36 years ago
  • 0.2.56 years ago
  • 0.2.47 years ago
  • 0.2.37 years ago
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) (Ruby / RubyGems) · Modules