sunspot

https://github.com/sunspot/sunspot

JavaScript

Solr-powered search for Ruby objects

Sunspot::Query::Restriction::InBoundingBox#initialize

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd sunspot

open sunspot/lib/sunspot/query/restriction.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Sunspot--Query--Restriction--InBoundingBox-initialize-for-pr


# Commit to git

git add sunspot/lib/sunspot/query/restriction.rbgit commit -m "better docs for Sunspot::Query::Restriction::InBoundingBox#initialize"


# 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--Query--Restriction--InBoundingBox-initialize-for-pr

hub pull-request


# Celebrate!