public
Description: Bug reporting baseline for Active Scaffold
Homepage:
Clone URL: git://github.com/activescaffold/active_scaffold_bugs.git
Mukund Rajamannar (author)
Tue Feb 10 23:20:02 -0800 2009
commit  75bcb8220e34e8057357707b4f6137bf5bd94b92
tree    6d52f72cbfb7bc249c279c3a871d19ea06dbdbdc
parent  d56916a7cf7f4a2a1d2c988ce36b634d12a25729
README
=== Welcome to webrat rails bugs app

Basically in here will be a branch for each lighthouse bug that has been verified. The branch
will be named lh_### where ### is the ticket number of the Lighthouse 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 lh_31 master

=== Starting from scratch

git clone git://github.com/gaffo/webrat_rails_bugs.git
git checkout -b lh_31 master