apanzerj / terriffilter

Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terriffilter

It's just filterrific but, you know, maintained and stuff.

Installation

gem install terriffilter

or with bundler in your Gemfile:

gem 'terriffilter'

Guidelines for submitting issues

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:

  • If you're stuck, give me sufficient context so that I have a chance to identify the issue:
    • what version of terriffilter 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)
  • 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.

License

MIT licensed.

Copyright

Filterrific Copyright Copyright (c) 2010 - 2016 Jo Hund. See (MIT) LICENSE for details.

About

Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.

License:MIT License


Languages

Language:Ruby 91.8%Language:JavaScript 8.2%