scoped_search
Searcher
Makes it easy to search and filter data in ActiveRecord models using a query string.
Easily search you ActiveRecord models with a simple query language that converts to SQL.
265 stars
10 watching
78 forks
Language: Ruby
last commit: 21 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mrkamel/search_cop | A Ruby gem providing fulltext search capabilities for ActiveRecord models using built-in RDBMS indices. | 828 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
pawurb/activerecord-analyze | Analyzes query performance in Rails applications | 220 |
derrickreimer/sequenced | Automatically assigns unique sequential IDs to records in databases | 406 |
textacular/textacular | Exposes full text search capabilities from PostgreSQL to Ruby applications | 944 |
nullobject/rein | Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL. | 670 |
kvokka/pp_sql | An ActiveRecord log beautifier gem for Ruby on Rails | 265 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
casecommons/pg_search | A library that provides named scopes for searching in PostgreSQL databases | 1,347 |
activeadmin-plugins/active_admin_date_range_preset | Customizes date range inputs in ActiveAdmin forms and filters with a 'Set Range' button | 10 |
brendon/ranked-model | An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,089 |
rails-sqlserver/activerecord-sqlserver-adapter | A Ruby library that enables Rails applications to interact with Microsoft SQL Server databases. | 974 |
schemaplus/schema_plus_indexes | Adds convenient capabilities to ActiveRecord's index handling | 9 |
rsolr/rsolr | A Ruby client for interacting with Apache Solr search engines | 421 |
byroot/activerecord-typedstore | Enables type definition for model attributes in ActiveRecord, providing a way to enforce data types and default values | 446 |