This is a playground project.
We wanted to experiment with Remote Pair Programming while doing BDD and Rails.
We picked up something that looked cool enough and that we could reasonably accomplish in about a week.
This is the result.
We'd like to hear if you find it interesting or at all useful.
If you do, drop us a line :)
Carlos Lima
http://priodev.blogspot.com
Larry O'Brien
http://www.knowing.net
~$ git clone git://github.com/carloslima/pasteme.git
~$ cd pasteme
~/pasteme (master)$ rake gems:build
~/pasteme (master)$ rake db:setup
~/pasteme (master)$ script/server
This is the setup we used during the experiment:
- Remote Pair Programming:
- Ubuntu VM
- VNC
- Skype
- MSN
- Project:
- Rails
- SQLite3
- Ultraviolet
- HAML
- Formtastic
- Will_paginate
- Blueprint CSS
- Development/BDD:
- Cucumber
- Webrat
- RSpec
- Pickle
- Factory_girl
- Spork