searchable_models 0.1.0
SearchableModels provides helpers to facilitate the build of the search function on a ActiveRecord model. This search can be done on several fields with different configurations: exact match, fuzzy, etc.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
~> 4.1.7
Development Dependencies (6):
acts-as-taggable-on
~> 3.3
globalize
~> 4.0
minitest-reporters
~> 1.0
pry
~> 0.10
simplecov
~> 0.8
sqlite3
~> 1.3