Skip to content

scaffeinate/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Open Source clone of Twitter using Ruby on Rails

Resources

License

Stars

76 stars

Watchers

9 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors