/twitter-clone

An Open Source clone of Twitter using Ruby on Rails

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

Twitter-Clone

An Open Source clone of Twitter using Ruby on Rails http://twitter-clone-rails.herokuapp.com/

Getting Started

git clone https://github.com/sudharti/twitter-clone/
cd twitter-clone
bundle
rake db:migrate
rails s

Coding Style

Follow the Rails Style Guide https://github.com/bbatsov/rails-style-guide

Git Flow

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

TODO

Issues are used to track TODO features https://github.com/sudharti/twitter-clone/issues. Once a feature is complete the issue is closed.

License

GNU GPL v2