Registry / database / meta-search

meta-search

JSON →
library1.1.3rbrubygemsunverified

Allows simple search forms to be created against an ActiveRecord 3 model and its associations, with view helpers for sort links and multiparameter fields.

gem install meta_search
INSTALL
IMPORT
SIG · META-SEARCH
M
meta-search
databaserubyv1.1.3
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.

MetaSearch
require 'meta_search'

Search articles by title

require 'meta_search' search = Article.search(title_contains: 'Ruby') search.result.each { |article| puts article.title }
Debug
Known issues
breakingThis gem is designed for Rails 3 and ActiveRecord 3; it may not work with newer versions.
fix
Consider using Ransack or another search gem for newer Rails versions.
affects: >= 1.0
Upgrade
Version history
1.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
meta-search — gem install meta-search · libregistry