public
Description: Bug reporting baseline for Active Scaffold
Homepage:
Clone URL: git://github.com/activescaffold/active_scaffold_bugs.git
mike.gaffney (author)
Wed Feb 04 07:07:53 -0800 2009
100644 15 lines (9 sloc) 0.516 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=== Welcome to webrat rails bugs app
 
Basically in here will be a branch for each google code bug that has been verified. The branch
will be named gc_### where ### is the ticket number of the Google Code bug report.
 
To make a new one, just make a branch off of master (master is kept up to date with a simple baseline of webrat).
 
For example for ticket 31, do a:
 
git checkout -b gc_31 master
 
=== Starting from scratch
 
git clone git://github.com/activescaffold/webrat_rails_bugs.git
git checkout -b gc_31 master