Project

haystack

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Haystack is based on work by Julian Ray and Aaron Magil for Cambridge Systematics TransAM.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 4.1
 Project Readme

Haystack

Gem Version GitHub license

Haystack is a small searching gem. It was developed based on work for Cambridge Systematics TransAM Asset Management platform. It is designed to be

  • driven by rails conventions
  • easy to comprehend
  • simple to extend

Setup

Haystack has the smarts to search for you, but you'll need to tell it about your domain. For this purposes, Haystack comes with built in generators to create the searchers you need. rails g searcher User will create an app/searchers/ directory (if it's the first time you created a searcher), and place a UserSearcher model in it. It will also create app/views/searchers/ (again, only if it's the first time) and add two view files (a search form and a results view), but that's all that's needed!

Usage

TODO