about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Manifest53
1 files changed, 53 insertions, 0 deletions
diff --git a/Manifest b/Manifest
index 3487b13..946339c 100644
--- a/Manifest
+++ b/Manifest
@@ -40,6 +40,59 @@ test/benchmark/request.rb
 test/benchmark/response.rb
 test/exec/README
 test/exec/test_exec.rb
+test/rails/app-1.2.3/.gitignore
+test/rails/app-1.2.3/app/controllers/application.rb
+test/rails/app-1.2.3/app/controllers/foo_controller.rb
+test/rails/app-1.2.3/app/helpers/application_helper.rb
+test/rails/app-1.2.3/config/boot.rb
+test/rails/app-1.2.3/config/database.yml
+test/rails/app-1.2.3/config/environment.rb
+test/rails/app-1.2.3/config/environments/development.rb
+test/rails/app-1.2.3/config/environments/production.rb
+test/rails/app-1.2.3/config/routes.rb
+test/rails/app-1.2.3/db/.gitignore
+test/rails/app-1.2.3/public/404.html
+test/rails/app-1.2.3/public/500.html
+test/rails/app-2.0.2/.gitignore
+test/rails/app-2.0.2/app/controllers/application.rb
+test/rails/app-2.0.2/app/controllers/foo_controller.rb
+test/rails/app-2.0.2/app/helpers/application_helper.rb
+test/rails/app-2.0.2/config/boot.rb
+test/rails/app-2.0.2/config/database.yml
+test/rails/app-2.0.2/config/environment.rb
+test/rails/app-2.0.2/config/environments/development.rb
+test/rails/app-2.0.2/config/environments/production.rb
+test/rails/app-2.0.2/config/routes.rb
+test/rails/app-2.0.2/db/.gitignore
+test/rails/app-2.0.2/public/404.html
+test/rails/app-2.0.2/public/500.html
+test/rails/app-2.2.2/.gitignore
+test/rails/app-2.2.2/app/controllers/application.rb
+test/rails/app-2.2.2/app/controllers/foo_controller.rb
+test/rails/app-2.2.2/app/helpers/application_helper.rb
+test/rails/app-2.2.2/config/boot.rb
+test/rails/app-2.2.2/config/database.yml
+test/rails/app-2.2.2/config/environment.rb
+test/rails/app-2.2.2/config/environments/development.rb
+test/rails/app-2.2.2/config/environments/production.rb
+test/rails/app-2.2.2/config/routes.rb
+test/rails/app-2.2.2/db/.gitignore
+test/rails/app-2.2.2/public/404.html
+test/rails/app-2.2.2/public/500.html
+test/rails/app-2.3.2.1/.gitignore
+test/rails/app-2.3.2.1/app/controllers/application_controller.rb
+test/rails/app-2.3.2.1/app/controllers/foo_controller.rb
+test/rails/app-2.3.2.1/app/helpers/application_helper.rb
+test/rails/app-2.3.2.1/config/boot.rb
+test/rails/app-2.3.2.1/config/database.yml
+test/rails/app-2.3.2.1/config/environment.rb
+test/rails/app-2.3.2.1/config/environments/development.rb
+test/rails/app-2.3.2.1/config/environments/production.rb
+test/rails/app-2.3.2.1/config/routes.rb
+test/rails/app-2.3.2.1/db/.gitignore
+test/rails/app-2.3.2.1/public/404.html
+test/rails/app-2.3.2.1/public/500.html
+test/rails/test_rails.rb
 test/test_helper.rb
 test/tools/trickletest.rb
 test/unit/test_configurator.rb