Help and support for Ruby on Rails programmers; from beginners to seasoned veterans.
Link: railsforum.com
Topic: Best practices for open sourcing your rails app and using git I want to: * Use git as my version control * Work in development branches and merge them into master * Frequently push changes to a public, open source git repository (eg Github) * Be able to deploy to Heroku The pro...