Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ransack | 5,465 | 14,929 | 164 | 2 months ago | 66 | May 25, 2022 | 114 | mit | Ruby | |
Object-based searching. | ||||||||||
Thinking Sphinx | 1,620 | 1,249 | 26 | a month ago | 91 | December 31, 2022 | 8 | mit | Ruby | |
Sphinx/Manticore plugin for ActiveRecord/Rails | ||||||||||
Pg_search | 1,116 | 2,570 | 36 | a month ago | 62 | January 07, 2022 | 145 | mit | Ruby | |
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search | ||||||||||
Filterrific | 892 | 284 | 1 | 7 months ago | 31 | July 12, 2021 | 90 | mit | Ruby | |
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists. | ||||||||||
Textacular | 885 | 509 | 5 | 8 months ago | 15 | January 03, 2022 | 10 | Ruby | ||
Textacular exposes full text search capabilities from PostgreSQL, and allows you to declare full text indexes. Textacular will extend ActiveRecord with named_scope methods making searching easy and fun! | ||||||||||
Search_cop | 780 | 86 | 5 | 17 days ago | 15 | July 14, 2022 | 19 | mit | Ruby | |
Search engine like fulltext query support for ActiveRecord | ||||||||||
Algoliasearch Rails | 398 | 186 | 1 | 9 days ago | 117 | June 06, 2022 | 61 | mit | Ruby | |
AlgoliaSearch integration to your favorite ORM | ||||||||||
Scoped_search | 261 | 157 | 4 | 4 months ago | 41 | November 29, 2021 | 15 | mit | Ruby | |
Easily search you ActiveRecord models with a simple query language that converts to SQL. | ||||||||||
Dusen | 61 | 23 | 7 years ago | 22 | June 14, 2015 | mit | Ruby | |||
Comprehensive search solution for ActiveRecord and MySQL. | ||||||||||
Minidusen | 31 | 7 months ago | mit | Ruby | ||||||
Low-tech search for ActiveRecord with MySQL or PostgreSQL |
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists:
gem 'filterrific', require: 'filterrific_api'
in your Gemfile.gem install filterrific
or with bundler in your Gemfile:
gem 'filterrific'
Make sure to go to the fantastic Filterrific documentation to find out more!
Every commit to Filterrific is automatically tested against the following scenarios:
Please post questions related to usage at StackOverflow under the filterrific
tag.
If you think you've found a bug, or have a feature request, then create an issue here on Github. You'll make my job easier if you follow these guidelines:
beer
, to me it's free as in baby
. I appreciate it if you first do everything you can on your own: read the detailed Filterrific documentation, look for similar issues on StackOverflow, search the internets, etc.Gemfile.lock
)Gemfile.lock
)ruby -v
in your app root)filterrific
)Copyright (c) 2010 - 2023 Jo Hund. See (MIT) LICENSE for details.