sunspot

https://github.com/sunspot/sunspot

JavaScript

Solr-powered search for Ruby objects

Sunspot::Solr::Installer#sunspot_config_path

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:sunspot/sunspot.git

cd sunspot

open sunspot_solr/lib/sunspot/solr/installer.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Sunspot--Solr--Installer-sunspot_config_path-for-pr


# Commit to git

git add sunspot_solr/lib/sunspot/solr/installer.rbgit commit -m "better docs for Sunspot::Solr::Installer#sunspot_config_path"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Sunspot--Solr--Installer-sunspot_config_path-for-pr

hub pull-request


# Celebrate!