has_scope
Map incoming controller parameters to named scopes in your resources (by heartcombo)
scoped_search
Easily search you ActiveRecord models with a simple query language that converts to SQL. (by wvanbergen)
has_scope | scoped_search | |
---|---|---|
3 | - | |
1,659 | 265 | |
0.1% | - | |
5.1 | 2.0 | |
6 months ago | 3 months ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
has_scope
Posts with mentions or reviews of has_scope.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-17.
-
For GET requests - When do you create a new endpoint and when would you use a query param for the backend to decide what data to give back?
I use has_scope and it's typically handled in the index with querystring filters e.g. ?user=1 (or ?users[]=1 if multiple users). I do also add convenience routes for common filters, though, e.g. /users/1/likes.
-
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.
-
Dealing with basic requests / params
I recommend the `has_scope` gem approach https://github.com/heartcombo/has_scope
scoped_search
Posts with mentions or reviews of scoped_search.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning scoped_search yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing has_scope and scoped_search you can also consider the following projects:
ransack - Object-based searching.
Searchkick - Intelligent search made easy
SearchCop - Search engine like fulltext query support for ActiveRecord
Rroonga - The Ruby bindings of Groonga.
Mongoid Search - Simple full text search for Mongoid ORM
Sunspot - Solr-powered search for Ruby objects
Searchlogic - Searchlogic provides object based searching, common named scopes, and other useful tools.
pg_search - pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
Elasticsearch Rails - Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
has_scope vs ransack
scoped_search vs ransack
has_scope vs Searchkick
scoped_search vs SearchCop
has_scope vs Rroonga
scoped_search vs Mongoid Search
has_scope vs Sunspot
scoped_search vs Searchlogic
has_scope vs pg_search
scoped_search vs Elasticsearch Rails
has_scope vs Searchlogic
scoped_search vs Rroonga