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.
Rack::Harakiri#call
#call interface method. Harakiri is a middleware, so it forwards the the app or the next middleware after checking if it is time to honorably retire.
Edit
git clone [email protected]:floere/picky.git
cd picky
open server/lib/picky/rack/harakiri.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Rack--Harakiri-call-for-pr
# Commit to gitgit add server/lib/picky/rack/harakiri.rbgit commit -m "better docs for Rack::Harakiri#call"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Rack--Harakiri-call-for-pr
hub pull-request
# Celebrate!