-
Notifications
You must be signed in to change notification settings - Fork 99
Home
trans edited this page Aug 23, 2010
·
9 revisions
This is the OFFICIAL Ruby Facets Wiki Wiki.
I Spy is a a series of explorations of various parts of Ruby Facets.
TIP: Autoload CORE TIP: Add CORE to $LOAD_PATH
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.