Registry / database / acts-as-ferret

acts-as-ferret

JSON →
library0.5.4rbrubygemsunverified

Acts as Ferret adds full-text search capabilities to ActiveRecord models using the Ferret search library.

gem install acts_as_ferret
INSTALL
IMPORT
SIG · ACTS-AS-FERRET
A
acts-as-ferret
databaserubyv0.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActsAsFerret
require 'acts_as_ferret'

Enable full-text search on an ActiveRecord model.

require 'acts_as_ferret' class Article < ActiveRecord::Base acts_as_ferret :fields => [:title, :body] end Article.find_by_contents('ruby')
Debug
Known issues
breakingFerret is no longer maintained and may have compatibility issues with modern Ruby versions.
fix
Consider migrating to a maintained search solution like Elasticsearch or Meilisearch.
affects: >= 0.5.0
Upgrade
Version history
0.5.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources
acts-as-ferret — gem install acts-as-ferret · libregistry