gaffo / webrat_rails_bugs
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
mike.gaffney (author)
Tue Jan 06 19:55:53 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jan 06 18:00:13 -0800 2009 | |
| |
.gitmodules | Tue Jan 06 17:41:32 -0800 2009 | |
| |
.loadpath | Tue Jan 06 17:45:44 -0800 2009 | |
| |
.project | Tue Jan 06 17:45:44 -0800 2009 | |
| |
README | Tue Jan 06 18:14:29 -0800 2009 | |
| |
Rakefile | Tue Jan 06 17:41:32 -0800 2009 | |
| |
app/ | Tue Jan 06 17:41:32 -0800 2009 | |
| |
config/ | Tue Jan 06 18:02:14 -0800 2009 | |
| |
db/ | Tue Jan 06 17:58:51 -0800 2009 | |
| |
doc/ | Tue Jan 06 17:41:32 -0800 2009 | |
| |
log/ | Tue Jan 06 17:59:41 -0800 2009 | |
| |
public/ | Tue Jan 06 17:41:32 -0800 2009 | |
| |
script/ | Tue Jan 06 17:41:32 -0800 2009 | |
| |
test/ | Tue Jan 06 20:45:22 -0800 2009 | |
| |
tmp/ | Tue Jan 06 17:59:41 -0800 2009 | |
| |
vendor/ | Tue Jan 06 17:41:32 -0800 2009 |
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
