rubys / awdwr
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
16b1a63
commit 16b1a6306785c1174e52ac3985b152a018938fd8
tree 0dccea687d479ef314f414cad6ca13fe32578ec6
parent 6951c90c3285ecfcdd8af8b6e7a7d7e68f38499a
tree 0dccea687d479ef314f414cad6ca13fe32578ec6
parent 6951c90c3285ecfcdd8af8b6e7a7d7e68f38499a
awdwr /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 06 12:56:56 -0700 2009 | |
| |
README | Mon May 18 10:42:27 -0700 2009 | |
| |
checkdepot.rb | ||
| |
checkinout.rb | Sat Jul 11 09:38:00 -0700 2009 | |
| |
data/ | ||
| |
depot.rb | Thu Sep 17 17:11:56 -0700 2009 | |
| |
erbshim.rb | Mon Sep 14 08:21:50 -0700 2009 | |
| |
insideout.rb | Sat Jul 11 09:38:00 -0700 2009 | |
| |
makedepot.rb | ||
| |
plugins/ | Fri May 15 07:14:38 -0700 2009 | |
| |
rakefile | Sun May 17 12:54:58 -0700 2009 |
README
Running this should only require Rails 2.2.2 or later, the command line
interfaces for sqlite3 and curl and the mislav-will_paginate plugin.
Tested on Ubuntu Linux 9.04 ("Jaunty Jackalope") and Mac OSX 10.5.6 ("Leopard").
Installation of all necessary dependencies from a fresh install of Ubuntu 9.04:
sudo apt-get install rails git-core sqlite3 curl
sudo gem install rubygems-update
sudo /var/lib/gems/1.8/bin/update_rubygems
sudo gem install rails
sudo gem sources -a http://gems.github.com
sudo gem install mislav-will_paginate
Execution instructions:
ruby makedepot.rb [VERSION] [restore] [RANGE]... [save]
"restore" - restore from snapshot before resuming execution
"VERSION" specifies the Rails version to test. Examples:
edge
_2.2.2_
~/git
"RANGE" specifies a set of sections to execute. Examples:
6.2..6.5
7.1-9.5
16
"save" - save snapshot after execution completes
Output will be produced as makedepot.html.
Tests against makedepot.html can also be run separately:
ruby checkdepot.rb [partial]
"partial" means that tests which cover sections that are not included in
makedepot.html are to be omitted.

