Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists:
Make sure to go to the fantastic Filterrific documentation to find out more!
gem install filterrific
or with bundler in your Gemfile:
gem 'filterrific'
Every commit to Filterrific is automatically tested against the following scenarios:
Rails version | Ruby environments | Database adapters | Build status |
---|---|---|---|
Rails 5.x | MRI 2.0.0, 2.1.7, 2.2.3, 2.3.1 | mysql2, postgresql | |
Rails 4.x | MRI 2.0.0, 2.1.7, 2.2.3, 2.3.1 | mysql2, postgresql |
Filterrific up to version 2.1.x should work on Rails 3.2 and Ruby 1.9.3. I stopped testing it though as it became too cumbersome to manage gem dependencies.
Filterrific version 1.x should work on versions prior to Rails 3.2 and older Rubies, however the 1.x branch is not supported any more.
Please post questions related to usage at StackOverflow under the filterrific
tag.
If you think you've found a bug, or have a feature request, then create an issue here on Github. You'll make my job easier if you follow these guidelines:
- Please keep in mind that I do this in my spare time. To you this software is free as in
beer
, to me it's free as inbaby
. I appreciate it if you first do everything you can on your own: read the detailed Filterrific documentation, look for similar issues on StackOverflow, search the internets, etc. - If you're stuck, give me sufficient context so that I have a chance to identify the issue:
- what version of filterrific are you using? (look in your
Gemfile.lock
) - what version of Rails are you using? (look in your
Gemfile.lock
) - what version of Ruby are you using? (run
ruby -v
in your app root)
- what version of filterrific are you using? (look in your
- If you get an exception, include the entire stack trace, including the error message.
- Include any relevant code snippets (your model, controller, and view code).
- When pasting code, please use markdown code formatting. It will be much easier to read.
- Documentation
- Live demo
- Changelog
- Source code (github)
- Issues
- Questions on Stack Overflow (tagged
filterrific
) - Rubygems.org
Copyright (c) 2010 - 2016 Jo Hund. See (MIT) LICENSE for details.