filter_fu 0.6.2
This Ruby on Rails plugin adds a filtered_by method to your models. It accepts a hash of filters that are applied using scopes. In addition the plugin adds some view helpers to easily build filter forms.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
- 0.6.2 February 15, 2012 (12.5 KB)
- 0.6.1 November 02, 2011 (12.5 KB)
- 0.6.0 December 15, 2010 (11 KB)
- 0.5.0 October 15, 2009 (10.5 KB)
Runtime Dependencies (1):
            rails
            ~> 3.0
          
    