RubyGems Navigation menu

filterer 0.4.1

Filterer lets your users easily filter results from your ActiveRecord models. What does that mean? Let's imagine a page in your application that lists the results of Person.all. What if you want to let your users filter the results by name? Or email? Or whether or not the Person is an admin? Where does that logic go? One answer could be your controller. That gets ugly fast. Another answer could be in your models. But passing a bunch of query parameters to a model isn't really a good practice either. Enter Filterer.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 2.0.0 - September 20, 2016 (7KB)
  2. 2.0.0.beta.1 - September 18, 2016 (7KB)
  3. 1.0.2 - May 12, 2016 (7KB)
  4. 1.0.1 - August 07, 2015 (7KB)
  5. 1.0.0 - July 30, 2015 (7KB)
  6. 0.4.1 - November 25, 2014 (7.5KB)
全てのバージョンを表示(全24件)

Runtime依存関係 (1):

rails >= 4.0.0

Development依存関係 (8):

所有者:

作者:

  • Adam Becker

SHA 256チェックサム:

946cc003643de343ec592c0c2c9063507fb80e445fc272e28f55e16965478e9c

累計ダウンロード数 229,318

このバージョンのみ 2,746

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: