Staging site: http://twodo.staging.rubyjax.org
Production site: http://twodo.rubyjax.org
A RubyJax project to facilitate pair programming
- 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
- Pull from master
$ git pull origin master --rebase
- Create a feature branch
$ git branch <name-of-branch>
- Start your development