- Timestamp:
- 09/27/07 13:23:53 (14 months ago)
- Location:
- trunk
- Files:
-
- 2510 added
-
. (added)
-
CHANGELOG.txt (added)
-
LICENSE.txt (added)
-
README.txt (added)
-
Rakefile (added)
-
app (added)
-
app/controllers (added)
-
app/controllers/application.rb (added)
-
app/controllers/deployments_controller.rb (added)
-
app/controllers/hosts_controller.rb (added)
-
app/controllers/project_configurations_controller.rb (added)
-
app/controllers/projects_controller.rb (added)
-
app/controllers/recipes_controller.rb (added)
-
app/controllers/roles_controller.rb (added)
-
app/controllers/sessions_controller.rb (added)
-
app/controllers/stage_configurations_controller.rb (added)
-
app/controllers/stages_controller.rb (added)
-
app/controllers/stylesheets_controller.rb (added)
-
app/controllers/users_controller.rb (added)
-
app/helpers (added)
-
app/helpers/application_helper.rb (added)
-
app/helpers/deployments_helper.rb (added)
-
app/helpers/hosts_helper.rb (added)
-
app/helpers/project_configurations_helper.rb (added)
-
app/helpers/projects_helper.rb (added)
-
app/helpers/recipes_helper.rb (added)
-
app/helpers/roles_helper.rb (added)
-
app/helpers/sessions_helper.rb (added)
-
app/helpers/stage_configurations_helper.rb (added)
-
app/helpers/stages_helper.rb (added)
-
app/helpers/stylesheets_helper.rb (added)
-
app/helpers/users_helper.rb (added)
-
app/models (added)
-
app/models/configuration_parameter.rb (added)
-
app/models/deployment.rb (added)
-
app/models/host.rb (added)
-
app/models/notification.rb (added)
-
app/models/project.rb (added)
-
app/models/project_configuration.rb (added)
-
app/models/recipe.rb (added)
-
app/models/role.rb (added)
-
app/models/stage.rb (added)
-
app/models/stage_configuration.rb (added)
-
app/models/user.rb (added)
-
app/views (added)
-
app/views/deployments (added)
-
app/views/deployments/_status.rhtml (added)
-
app/views/deployments/index.rhtml (added)
-
app/views/deployments/new.rhtml (added)
-
app/views/deployments/show.rhtml (added)
-
app/views/hosts (added)
-
app/views/hosts/_stages.rhtml (added)
-
app/views/hosts/edit.rhtml (added)
-
app/views/hosts/index.rhtml (added)
-
app/views/hosts/new.rhtml (added)
-
app/views/hosts/show.rhtml (added)
-
app/views/layouts (added)
-
app/views/layouts/_flash.rhtml (added)
-
app/views/layouts/_hosts.rhtml (added)
-
app/views/layouts/_menu.rhtml (added)
-
app/views/layouts/_menu_box.rhtml (added)
-
app/views/layouts/_projects.rhtml (added)
-
app/views/layouts/_recipes.rhtml (added)
-
app/views/layouts/_users.rhtml (added)
-
app/views/layouts/application.rhtml (added)
-
app/views/notification (added)
-
app/views/notification/deployment.rhtml (added)
-
app/views/project_configurations (added)
-
app/views/project_configurations/_form.rhtml (added)
-
app/views/project_configurations/edit.rhtml (added)
-
app/views/project_configurations/new.rhtml (added)
-
app/views/projects (added)
-
app/views/projects/_configs.rhtml (added)
-
app/views/projects/_form.rhtml (added)
-
app/views/projects/_stages.rhtml (added)
-
app/views/projects/edit.rhtml (added)
-
app/views/projects/index.rhtml (added)
-
app/views/projects/new.rhtml (added)
-
app/views/projects/show.rhtml (added)
-
app/views/recipes (added)
-
app/views/recipes/_form.rhtml (added)
-
app/views/recipes/_stages.rhtml (added)
-
app/views/recipes/edit.rhtml (added)
-
app/views/recipes/index.rhtml (added)
-
app/views/recipes/new.rhtml (added)
-
app/views/recipes/show.rhtml (added)
-
app/views/roles (added)
-
app/views/roles/_form.rhtml (added)
-
app/views/roles/edit.rhtml (added)
-
app/views/roles/new.rhtml (added)
-
app/views/sessions (added)
-
app/views/sessions/new.rhtml (added)
-
app/views/stage_configurations (added)
-
app/views/stage_configurations/edit.rhtml (added)
-
app/views/stage_configurations/new.rhtml (added)
-
app/views/stages (added)
-
app/views/stages/_configs.rhtml (added)
-
app/views/stages/_deployments.rhtml (added)
-
app/views/stages/_effective_config.rhtml (added)
-
app/views/stages/_form.rhtml (added)
-
app/views/stages/_recipes.rhtml (added)
-
app/views/stages/_roles.rhtml (added)
-
app/views/stages/capfile.rhtml (added)
-
app/views/stages/edit.rhtml (added)
-
app/views/stages/new.rhtml (added)
-
app/views/stages/recipes.rhtml (added)
-
app/views/stages/show.rhtml (added)
-
app/views/stylesheets (added)
-
app/views/stylesheets/application.rhtml (added)
-
app/views/user_notifier (added)
-
app/views/users (added)
-
app/views/users/_deployments.rhtml (added)
-
app/views/users/_form.rhtml (added)
-
app/views/users/deployments.rhtml (added)
-
app/views/users/edit.rhtml (added)
-
app/views/users/index.rhtml (added)
-
app/views/users/new.rhtml (added)
-
app/views/users/show.rhtml (added)
-
components (added)
-
config (added)
-
config/boot.rb (added)
-
config/database.yml.sample (added)
-
config/environment.rb (added)
-
config/environments (added)
-
config/environments/development.rb (added)
-
config/environments/production.rb (added)
-
config/environments/test.rb (added)
-
config/routes.rb (added)
-
config/webistrano_config.rb.sample (added)
-
db (added)
-
db/migrate (added)
-
db/migrate/001_create_projects.rb (added)
-
db/migrate/002_create_stages.rb (added)
-
db/migrate/003_create_roles.rb (added)
-
db/migrate/004_create_hosts.rb (added)
-
db/migrate/005_create_configuration_parameters.rb (added)
-
db/migrate/006_create_project_configurations.rb (added)
-
db/migrate/007_create_stage_configurations.rb (added)
-
db/migrate/008_create_deployments.rb (added)
-
db/migrate/009_add_no_release_to_role.rb (added)
-
db/migrate/010_add_prompt_to_configuration_parameter.rb (added)
-
db/migrate/011_add_ssh_port_to_role.rb (added)
-
db/migrate/012_add_notify_to_stage.rb (added)
-
db/migrate/013_create_recipes.rb (added)
-
db/migrate/014_add_comment_to_deployment.rb (added)
-
db/migrate/015_create_users.rb (added)
-
db/migrate/016_link_users_and_deployments.rb (added)
-
db/migrate/017_add_default_user.rb (added)
-
db/migrate/018_move_recipes_to_stages.rb (added)
-
db/migrate/019_remove_project_recipes.rb (added)
-
db/schema.rb (added)
-
doc (added)
-
doc/README_FOR_APP (added)
-
lib (added)
-
lib/authenticated_system.rb (added)
-
lib/authenticated_test_helper.rb (added)
-
lib/tasks (added)
-
lib/webistrano (added)
-
lib/webistrano.rb (added)
-
lib/webistrano/configuration.rb (added)
-
lib/webistrano/deployer.rb (added)
-
lib/webistrano/extensions.rb (added)
-
lib/webistrano/logger.rb (added)
-
lib/webistrano/template (added)
-
lib/webistrano/template.rb (added)
-
lib/webistrano/template/base.rb (added)
-
lib/webistrano/template/mongrel_rails.rb (added)
-
lib/webistrano/template/pure_file.rb (added)
-
lib/webistrano/template/rails.rb (added)
-
log (added)
-
public (added)
-
public/.htaccess (added)
-
public/404.html (added)
-
public/500.html (added)
-
public/dispatch.cgi (added)
-
public/dispatch.fcgi (added)
-
public/dispatch.rb (added)
-
public/favicon.ico (added)
-
public/images (added)
-
public/images/layout (added)
-
public/images/layout/background.png (added)
-
public/images/layout/background_bottom.gif (added)
-
public/images/layout/background_content.gif (added)
-
public/images/layout/background_top.gif (added)
-
public/images/peritor_theme (added)
-
public/images/peritor_theme/arrow_content.gif (added)
-
public/images/peritor_theme/arrow_content_big.gif (added)
-
public/images/peritor_theme/arrow_menu_down.gif (added)
-
public/images/peritor_theme/arrow_menu_right.gif (added)
-
public/images/peritor_theme/bg_bottom.png (added)
-
public/images/peritor_theme/bg_left.png (added)
-
public/images/peritor_theme/bg_left_bottom.png (added)
-
public/images/peritor_theme/bg_left_top.png (added)
-
public/images/peritor_theme/bg_right.png (added)
-
public/images/peritor_theme/bg_right_bottom.png (added)
-
public/images/peritor_theme/bg_right_top.png (added)
-
public/images/peritor_theme/bg_top.png (added)
-
public/images/peritor_theme/box_host.gif (added)
-
public/images/peritor_theme/box_left_bottom.gif (added)
-
public/images/peritor_theme/box_left_top.gif (added)
-
public/images/peritor_theme/box_recipe.gif (added)
-
public/images/peritor_theme/box_right_bottom.gif (added)
-
public/images/peritor_theme/box_right_top.gif (added)
-
public/images/peritor_theme/box_stages.gif (added)
-
public/images/peritor_theme/box_status.gif (added)
-
public/images/peritor_theme/box_user.gif (added)
-
public/images/peritor_theme/flashbox_bottom.gif (added)
-
public/images/peritor_theme/flashbox_left.gif (added)
-
public/images/peritor_theme/flashbox_left_bottom.gif (added)
-
public/images/peritor_theme/flashbox_left_top.gif (added)
-
public/images/peritor_theme/flashbox_right.gif (added)
-
public/images/peritor_theme/flashbox_right_bottom.gif (added)
-
public/images/peritor_theme/flashbox_right_top.gif (added)
-
public/images/peritor_theme/flashbox_top.gif (added)
-
public/images/peritor_theme/menu_arrow_down.gif (added)
-
public/images/peritor_theme/menu_arrow_right.gif (added)
-
public/images/peritor_theme/menu_bottom.gif (added)
-
public/images/peritor_theme/menu_top.gif (added)
-
public/images/peritor_theme/pixel_grey.gif (added)
-
public/images/peritor_theme/pixel_transparent.gif (added)
-
public/images/peritor_theme/status_failed.gif (added)
-
public/images/peritor_theme/status_failed_small.png (added)
-
public/images/peritor_theme/status_running.gif (added)
-
public/images/peritor_theme/status_running_small.gif (added)
-
public/images/peritor_theme/status_success.gif (added)
-
public/images/peritor_theme/status_success_small.png (added)
-
public/images/peritor_theme/webistrano_logo.gif (added)
-
public/images/spinner.gif (added)
-
public/javascripts (added)
-
public/javascripts/application.js (added)
-
public/javascripts/controls.js (added)
-
public/javascripts/dragdrop.js (added)
-
public/javascripts/effects.js (added)
-
public/javascripts/prototype.js (added)
-
public/robots.txt (added)
-
public/stylesheets (added)
-
script (added)
-
script/about (added)
-
script/breakpointer (added)
-
script/console (added)
-
script/destroy (added)
-
script/generate (added)
-
script/performance (added)
-
script/performance/benchmarker (added)
-
script/performance/profiler (added)
-
script/plugin (added)
-
script/process (added)
-
script/process/inspector (added)
-
script/process/reaper (added)
-
script/process/spawner (added)
-
script/runner (added)
-
script/server (added)
-
test (added)
-
test/fixtures (added)
-
test/fixtures/configuration_parameters.yml (added)
-
test/fixtures/deployments.yml (added)
-
test/fixtures/hosts.yml (added)
-
test/fixtures/notification (added)
-
test/fixtures/notification/deployment (added)
-
test/fixtures/project_configurations.yml (added)
-
test/fixtures/projects.yml (added)
-
test/fixtures/recipes.yml (added)
-
test/fixtures/roles.yml (added)
-
test/fixtures/stage_configurations.yml (added)
-
test/fixtures/stages.yml (added)
-
test/fixtures/users.yml (added)
-
test/functional (added)
-
test/functional/deployments_controller_test.rb (added)
-
test/functional/hosts_controller_test.rb (added)
-
test/functional/project_configurations_controller_test.rb (added)
-
test/functional/projects_controller_test.rb (added)
-
test/functional/recipes_controller_test.rb (added)
-
test/functional/roles_controller_test.rb (added)
-
test/functional/sessions_controller_test.rb (added)
-
test/functional/stage_configurations_controller_test.rb (added)
-
test/functional/stages_controller_test.rb (added)
-
test/functional/stylesheets_controller_test.rb (added)
-
test/functional/users_controller_test.rb (added)
-
test/integration (added)
-
test/mocks (added)
-
test/mocks/development (added)
-
test/mocks/test (added)
-
test/test_helper.rb (added)
-
test/unit (added)
-
test/unit/configuration_parameter_test.rb (added)
-
test/unit/deployment_test.rb (added)
-
test/unit/host_test.rb (added)
-
test/unit/notification_test.rb (added)
-
test/unit/project_configuration_test.rb (added)
-
test/unit/project_test.rb (added)
-
test/unit/recipe_test.rb (added)
-
test/unit/role_test.rb (added)
-
test/unit/stage_configuration_test.rb (added)
-
test/unit/stage_test.rb (added)
-
test/unit/user_test.rb (added)
-
test/unit/webistrano_deployer_test.rb (added)
-
test/unit/webistrano_logger_test.rb (added)
-
tmp (added)
-
tmp/cache (added)
-
tmp/pids (added)
-
tmp/sessions (added)
-
tmp/sockets (added)
-
vendor (added)
-
vendor/plugins (added)
-
vendor/plugins/browser_filters (added)
-
vendor/plugins/browser_filters/README (added)
-
vendor/plugins/browser_filters/lib (added)
-
vendor/plugins/browser_filters/lib/browser_filters.rb (added)
-
vendor/plugins/browser_filters/lib/link_prefetching_block.rb (added)
-
vendor/plugins/browser_filters/lib/safari_unicode_fix.rb (added)
-
vendor/plugins/browser_filters/lib/unicode_content_type.rb (added)
-
vendor/plugins/capistrano-2.0.0 (added)
-
vendor/plugins/capistrano-2.0.0/CHANGELOG (added)
-
vendor/plugins/capistrano-2.0.0/MIT-LICENSE (added)
-
vendor/plugins/capistrano-2.0.0/README (added)
-
vendor/plugins/capistrano-2.0.0/bin (added)
-
vendor/plugins/capistrano-2.0.0/bin/cap (added)
-
vendor/plugins/capistrano-2.0.0/bin/capify (added)
-
vendor/plugins/capistrano-2.0.0/examples (added)
-
vendor/plugins/capistrano-2.0.0/examples/sample.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/callback.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/cli (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/cli.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/execute.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/help.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/help.txt (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/options.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/ui.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/command.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions/file_transfer.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions/inspect.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions/invocation.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/callbacks.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/connections.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/execution.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/loading.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/namespaces.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/roles.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/servers.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/variables.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/errors.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/extensions.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/gateway.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/logger.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/compat.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/dependencies.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/local_dependency.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/remote_dependency.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/base.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/bzr.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/cvs.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/darcs.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/mercurial.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/perforce.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/subversion.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/base.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/checkout.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/copy.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/export.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/remote.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/remote_cache.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/templates (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/templates/maintenance.rhtml (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/standard.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/templates (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/templates/maintenance.rhtml (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/upgrade.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/server_definition.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/shell.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/ssh.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/task_definition.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/upload.rb (added)
-
vendor/plugins/capistrano-2.0.0/lib/capistrano/version.rb (added)
-
vendor/plugins/capistrano-2.0.0/test (added)
-
vendor/plugins/capistrano-2.0.0/test/cli (added)
-
vendor/plugins/capistrano-2.0.0/test/cli/execute_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/cli/help_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/cli/options_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/cli/ui_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/cli_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/command_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/actions (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/actions/file_transfer_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/actions/inspect_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/actions/invocation_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/callbacks_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/connections_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/execution_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/loading_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/namespace_dsl_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/roles_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/servers_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration/variables_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/configuration_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/deploy (added)
-
vendor/plugins/capistrano-2.0.0/test/deploy/scm (added)
-
vendor/plugins/capistrano-2.0.0/test/deploy/scm/base_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/deploy/strategy (added)
-
vendor/plugins/capistrano-2.0.0/test/deploy/strategy/copy_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/extensions_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/fixtures (added)
-
vendor/plugins/capistrano-2.0.0/test/fixtures/cli_integration.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/fixtures/config.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/fixtures/custom.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/gateway_test.rb (added)
-
vendor/plugins/capistrano-2.0.0/test/logger_test.rb (added)
