This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Development HOWTO
If you want to do some RailsCollab development, and want me to incorporate it into the tree, then here’s how you go about doing it.
Firstly, make sure you base your changes off the master branch. Originally i preferred to keep development in the versioned branches (e.g. beta0.8 for 0.8.x related fixes), but it seems most people prefer to fork off the master branch. And that is what i now prefer.
Secondly, please make sure you keep your changes up to date with the latest master branch. This makes it easier for me to merge changes in, and will increase the likelyhood that your changes will be incorporated.
Thirdly, there are two ways you can deliver the changes
- Send a pull request on github
- Make a patch using “git-format-patch”
To conclude
- Base your changes off the master branch
- Make your changes are in sync with the repository
- Deliver your changes using a pull request or patch







