sunspot

https://github.com/sunspot/sunspot

JavaScript

Solr-powered search for Ruby objects

Sunspot::Solr::Installer#glob_source_files

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-glob_source_files-for-pr


# Commit to git

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


# 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-glob_source_files-for-pr

hub pull-request


# Celebrate!