ransack
Object-based searching. (by activerecord-hackery)
active-date-range
Powerful DateRanges for Ruby and ActiveSupport (by moneybird)
ransack | active-date-range | |
---|---|---|
7 | 3 | |
5,646 | 50 | |
0.3% | - | |
6.8 | 5.1 | |
9 days ago | 2 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.
ransack
Posts with mentions or reviews of ransack.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-12.
-
ransack VS Searchkick - a user suggested alternative
2 projects | 12 Aug 2021
-
API - convention for filter that can have an occurrence of the value passed?
You might be looking for something like Ransack - https://github.com/activerecord-hackery/ransack
-
Airtable-like table filtering
I use ransack for this and find it very powerful and flexible without the need to rely on complex JS.
-
An Unofficial Active Admin Guide
For especially complicated cases, you can consider learning how to create custom predicates and Ransackers - extensions that convert parameters directly into Arel (internal library ActiveRecord, used to build SQL queries).
-
Building an Advanced Search Form in Rails 6
You can use gems like Ransack to build search forms much faster, but for the purpose of learning and performance we will be building this feature ourselves. Throughout the process, you will also learn how to customize Rails default pluralization. By the end, we will be able to search for Pokemon by name, type, and region.
active-date-range
Posts with mentions or reviews of active-date-range.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-02.
- ActivePeriod, a better gem for Time Range manipulation
-
Introducing: Active DateRange
Support for weeks was missing, so I've created a PR to solve this: https://github.com/moneybird/active-date-range/pull/2 Would love to hear your feedback if this covers your use case.
What are some alternatives?
When comparing ransack and active-date-range you can also consider the following projects:
pg_search - pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
active_period - Smart-Period aims to simplify Time-range manipulation
Elasticsearch Rails - Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Searchkick - Intelligent search made easy
ruby - The Ruby Programming Language
Sunspot - Solr-powered search for Ruby objects
elasticsearch-ruby - Ruby integrations for Elasticsearch
has_scope - Map incoming controller parameters to named scopes in your resources
SearchCop - Search engine like fulltext query support for ActiveRecord
Thinking Sphinx - Sphinx/Manticore plugin for ActiveRecord/Rails
Mongoid Search - Simple full text search for Mongoid ORM
ransack vs pg_search
active-date-range vs active_period
ransack vs Elasticsearch Rails
active-date-range vs Elasticsearch Rails
ransack vs Searchkick
active-date-range vs ruby
ransack vs Sunspot
ransack vs elasticsearch-ruby
ransack vs has_scope
ransack vs SearchCop
ransack vs Thinking Sphinx
ransack vs Mongoid Search