Open511 polling source plugin for Drasi
surge synthesizer -- quad filter unit used for voice processing
Unified TUI search over local coding agent histories
SQL query builder with Mongo-style filters - sql_read!, sql_create!, sql_update!, sql_delete!
Real-time token usage monitor for Claude Code (cc) with cost tracking
An Active Directory password filter.
MongoDB database driver for Prax ORM
Actix-web framework integration for paginator-rs
Axum web framework integration for paginator-rs
Rocket web framework integration for paginator-rs
Pagination trait for Rust collections
SeaORM integration for paginator-rs with entity pagination support
Easy way to add scopes to your models.
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.