Skip to content
trans edited this page Dec 28, 2011 · 9 revisions

Welcome to Ruby Facets User Guide. This is a user-lead resource for learning more about Ruby Facets.

I Spy

I Spy is a a series of explorations of various parts of Ruby Facets.

Tips & Tricks

Contributing to Facets

The widely accepted practice of contributing to GitHub projects entails:

  • Fork rubyworks/facets
  • Create a topic branch: git checkout -b my_fix
  • Make your changes
  • Push your branch: git push origin my_fix
  • Open an Issue referencing your branch.
  • Please do not push to master on your fork!

Following this procedure will make everyone’s life easier.