spree
https://github.com/spree/spree
Ruby
Spree is a complete, modular & API-driven open source ecommerce solution for Ruby on Rails
Spree::Storefront::Engine::Environment#product_partials
No Docs, write some!
Edit
git clone git@github.com:spree/spree.git
cd spree
open storefront/lib/spree/storefront/engine.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Storefront--Engine--Environment-product_partials-for-pr
# Commit to gitgit add storefront/lib/spree/storefront/engine.rbgit commit -m "better docs for Spree::Storefront::Engine::Environment#product_partials"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Storefront--Engine--Environment-product_partials-for-pr
hub pull-request
# Celebrate!