An Open Source clone of Twitter using Ruby on Rails http://twitter-clone-rails.herokuapp.com/
git clone https://github.com/sudharti/twitter-clone/
cd twitter-clone
bundle
rake db:migrate
rails s
Follow the Rails Style Guide https://github.com/bbatsov/rails-style-guide
Using git flow http://danielkummer.github.io/git-flow-cheatsheet/
- Each Feature implemented in feature/[feature-name] branch
- develop is the primary branch
- Feature branches are merged into develop
- develop is merged into master once functionality is completed
Issues are used to track TODO features https://github.com/sudharti/twitter-clone/issues. Once a feature is complete the issue is closed.
GNU GPL v2