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!'

Source | Google | Stack overflow

Edit

git clone [email protected]:floere/picky.git

cd picky

open client/lib/picky-client/helper.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Picky--Helper-interface-for-pr


# Commit to git

git add client/lib/picky-client/helper.rbgit commit -m "better docs for Picky::Helper.interface"


# Open pull request

gem 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!