sigmike / peer4commit

Donate peercoins to open source projects or make commits and get tips for it.
peer4commit.com
MIT License
17 stars 23 forks source link

allow cross-development across forks #105

Closed bill-auger closed 9 years ago

bill-auger commented 9 years ago

CHANGES:

NOTES: pre-processing config.yml is inconsequential if config.yml contains no erb - i added this to allow peer4commit and tip4commit to co-exist functionally in the same repo - without this functionality, the config.yml would either need to be commited to the repo or manually restored upon each branch change - so i figured this was the least intrusive option

allow peer4commit and tip4commit to co-exist functionally in the same repo - without this functionality one would need to manually swap config files when switching forks

im not sure why the schema was modified - this was not my doing - there must had been some manual additions to the migration files after the initial migrations (notably the email index in the users table)

the addition to .gitignore is o/c also inconsequential - it merely allows peer4commit and tip4commit to co-exist functionally in the same repo

this is the equivelant for this repo of a similar commit to the tip4commit fork

bill-auger commented 9 years ago

these commits are now the basis of dev-tweaks branch pr #112