Rroonga
has_scope
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Rroonga
We haven't tracked posts mentioning Rroonga yet.
Tracking mentions began in Dec 2020.
has_scope
-
Best way to filter an index page.
The has_scope gem (https://github.com/heartcombo/has_scope) is a nice middleground between ransack and multiple if-statements.
What are some alternatives?
ransack - Object-based searching.
Searchkick - Intelligent search made easy
scoped_search - Easily search you ActiveRecord models with a simple query language that converts to SQL.
pg_search - pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
Sunspot - Solr-powered search for Ruby objects
Searchlogic - Searchlogic provides object based searching, common named scopes, and other useful tools.
elasticsearch-ruby - Ruby integrations for Elasticsearch
textacular - 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!
Mongoid Search - Simple full text search for Mongoid ORM
Elasticsearch Rails - Elasticsearch integrations for ActiveModel/Record and Ruby on Rails