picky
https://github.com/floere/picky
HTML
Picky is an easy to use and fast Ruby semantic search engine that helps your users find what they are looking for.
Picky::Helper.interface
Returns a standard search interface for easy starting. ... aka scaffolding ;) Options: * button: The search button text. * no_results: The text shown when there are no results. * more: The text shown when there are more than X results. Usage, in Views: = Picky::Helper.interface :button => 'Go go go!'
Edit
git clone [email protected]:floere/picky.git
cd picky
open client/lib/picky-client/helper.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Picky--Helper-interface-for-pr
# Commit to gitgit add client/lib/picky-client/helper.rbgit commit -m "better docs for Picky::Helper.interface"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Picky--Helper-interface-for-pr
hub pull-request
# Celebrate!