-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up the "Rails Search" category #275
Open
janko
wants to merge
15
commits into
rubytoolbox:main
Choose a base branch
from
janko:update-rails-search
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sunspot_solr is just a tweak of the sunspot gem, which additionally ships with a Solr installation. I think it's good to draw a line and not include individual extensions of listed gems, in order to keep the gem lists more focused.
redis-search has been deprecated and archived. https://github.com/huacnlee/redis-search
It hasn't received a commit for over 6 years.
acts_as_ferret hasn't received a commit for over 7 years. Also, it seems that Ferret is still maintained.
It hasn't received a commit in almost 4 years, and it has some open issues from 2012. The popular alternative, Sunspot, is still maintained.
It hasn't received a commit for almost 7 years.
There hasn't been a release for over 3 years.
It's repository is gone and there hasn't been a release for over 3 years. The pg_search gem is a good alternative and still actively maintained.
It has been deprecated over Sunspot for a long time now.
It hasn't received an update for almost 4 years.
It hasn't received a commit for 9 years.
It hasn't received a commit for over 5 years.
It has long been deprecated over Tire, which has long been deprecated over elasticsearch-ruby.
There are already elasticsearch and sunspot gems listed in this category, both of which make it clear that there are corresponding Rails extensions available. So it's redundant to list the Rails extensions separately.
It's been archived and deprecated over the offical Elasticsearch Ruby client (the lead maintainer also moved there). https://github.com/karmi/retire
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There were many outdated and unmaintained gems in the "Rails Search" category, so I removed them to keep the list more focused. I included the rationale for removal in each respective commit message.
I also removed the
elasticsearch-rails
andsunspot_rails
extensions, because I considered them to be redundant given thatelasticsearch
andsunspot
gems are already on the list and their READMEs mention the existence of their respective Rails extensions.