Logo_s
  • Find a Package
  • Check Live Licences
  • Register
  • FAQs
  • Login

Find software packages matching

Only search category

Browse categories
Packages 1-1 of 1 that has terms dname:"searchlogic":
  • Dec 19, 2008
    SearchlogicPermalink
    by Ben Johnson
    Ruby on Rails → Database/Model → Find
    Ruby on Rails → Subsystems → Search & Geolocation

    Searchlogic‘s goal is to keep your application free of searching clutter. It‘s is an ActiveRecord extension that allows you to perform simple and complex searches with a hash:

      @search = User.new_search(params[:search])
      @users = @search.all
    

    These are just the basics of Searchlogic, it can do a lot more, including pagination, ordering data, etc.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Instructions Home Page

    Installation Instructions:

    sudo gem install searchlogic
    
    For rails, as a gem (recommended)
    
      # config/environment.rb
      config.gem "searchlogic"
    
    Or as a plugin (for older versions of rails)
    
      script/plugin install git://github.com/binarylogic/searchlogic.git
    
    I wrote this package

  • Privacy Policy
  • Terms of Use
  • Contact
  • About Rails Wheels