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::Client::ActiveRecord#install_extended_on
Installs an extended method on client which handles the model passed to it.
Edit
git clone [email protected]:floere/picky.git
cd picky
open client/lib/picky-client/client/active_record.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Picky--Client--ActiveRecord-install_extended_on-for-pr
# Commit to gitgit add client/lib/picky-client/client/active_record.rbgit commit -m "better docs for Picky::Client::ActiveRecord#install_extended_on"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Picky--Client--ActiveRecord-install_extended_on-for-pr
hub pull-request
# Celebrate!