Categories: None [Edit]

active_filterable

https://rubygems.org/gems/active_filterable
https://github.com/kervinchang/active_filterable
ActiveFilterable is a gem designed to enable custom query filters for ActiveRecord models through metaprogramming. By using ActiveFilterable, you can specify which attributes of a model can be used for filtering and define different query methods such as full-text matching, prefix matching, suffix matching, IN queries, NOT IN queries, equality, greater than, less than, not equal, greater than or equal to, and less than or equal to. ActiveFilterable provides a concise and flexible way to handle complex query requirements. It allows you to define query filters directly in the model and apply them by chaining method calls in the controller, generating the corresponding query conditions.

Total

Ranking: 179,987 of 183,147
Downloads: 549

Daily

Ranking: 51,220 of 183,139
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,410,789,589bundler
7990,601,233activesupport
10955,044,755rake
35596,623,208activerecord

Owners

#GravatarHandle
1iconkervin