Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

rubyjax/twodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Micah Cooperhashrocketeer
Micah Cooper
and
Aug 15, 2014
f54b238 · Aug 15, 2014

History

10 Commits
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014
Aug 15, 2014

Repository files navigation

TwoDo

Staging site: http://twodo.staging.rubyjax.org

Production site: http://twodo.rubyjax.org

A RubyJax project to facilitate pair programming

Setup for Development

  • Clone the repo, set up gems.
$ git clone http://github.com/rubyjax/twodo
$ cd path/to/twodo
$ bundle install
  • Set up the database
$ rake db:setup
  • Run the server
$ rails s

Developing new features

  • Pull from master
$ git pull origin master --rebase
  • Create a feature branch
$ git branch <name-of-branch>
  • Start your development

Deployment

About

App to facilitate remote paring

Resources

Stars

Watchers

Forks

Packages

No packages published