This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
awdwr /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
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.








