Changeset 1 for branches/1.0
- Timestamp:
- 09/27/07 13:23:53 (16 months ago)
- Location:
- branches
- Files:
-
- 2433 added
-
. (added)
-
1.0 (added)
-
1.0/LICENSE.txt (added)
-
1.0/README.txt (added)
-
1.0/Rakefile (added)
-
1.0/app (added)
-
1.0/app/controllers (added)
-
1.0/app/controllers/application.rb (added)
-
1.0/app/controllers/deployments_controller.rb (added)
-
1.0/app/controllers/hosts_controller.rb (added)
-
1.0/app/controllers/project_configurations_controller.rb (added)
-
1.0/app/controllers/projects_controller.rb (added)
-
1.0/app/controllers/recipes_controller.rb (added)
-
1.0/app/controllers/roles_controller.rb (added)
-
1.0/app/controllers/sessions_controller.rb (added)
-
1.0/app/controllers/stage_configurations_controller.rb (added)
-
1.0/app/controllers/stages_controller.rb (added)
-
1.0/app/controllers/users_controller.rb (added)
-
1.0/app/helpers (added)
-
1.0/app/helpers/application_helper.rb (added)
-
1.0/app/helpers/deployments_helper.rb (added)
-
1.0/app/helpers/hosts_helper.rb (added)
-
1.0/app/helpers/project_configurations_helper.rb (added)
-
1.0/app/helpers/projects_helper.rb (added)
-
1.0/app/helpers/recipes_helper.rb (added)
-
1.0/app/helpers/roles_helper.rb (added)
-
1.0/app/helpers/sessions_helper.rb (added)
-
1.0/app/helpers/stage_configurations_helper.rb (added)
-
1.0/app/helpers/stages_helper.rb (added)
-
1.0/app/helpers/users_helper.rb (added)
-
1.0/app/models (added)
-
1.0/app/models/configuration_parameter.rb (added)
-
1.0/app/models/deployment.rb (added)
-
1.0/app/models/host.rb (added)
-
1.0/app/models/notification.rb (added)
-
1.0/app/models/project.rb (added)
-
1.0/app/models/project_configuration.rb (added)
-
1.0/app/models/recipe.rb (added)
-
1.0/app/models/role.rb (added)
-
1.0/app/models/stage.rb (added)
-
1.0/app/models/stage_configuration.rb (added)
-
1.0/app/models/user.rb (added)
-
1.0/app/views (added)
-
1.0/app/views/deployments (added)
-
1.0/app/views/deployments/_status.rhtml (added)
-
1.0/app/views/deployments/index.rhtml (added)
-
1.0/app/views/deployments/new.rhtml (added)
-
1.0/app/views/deployments/show.rhtml (added)
-
1.0/app/views/hosts (added)
-
1.0/app/views/hosts/_stages.rhtml (added)
-
1.0/app/views/hosts/edit.rhtml (added)
-
1.0/app/views/hosts/index.rhtml (added)
-
1.0/app/views/hosts/new.rhtml (added)
-
1.0/app/views/hosts/show.rhtml (added)
-
1.0/app/views/layouts (added)
-
1.0/app/views/layouts/_menu.rhtml (added)
-
1.0/app/views/layouts/application.rhtml (added)
-
1.0/app/views/notification (added)
-
1.0/app/views/notification/deployment.rhtml (added)
-
1.0/app/views/project_configurations (added)
-
1.0/app/views/project_configurations/_form.rhtml (added)
-
1.0/app/views/project_configurations/edit.rhtml (added)
-
1.0/app/views/project_configurations/new.rhtml (added)
-
1.0/app/views/projects (added)
-
1.0/app/views/projects/_configs.rhtml (added)
-
1.0/app/views/projects/_form.rhtml (added)
-
1.0/app/views/projects/_stages.rhtml (added)
-
1.0/app/views/projects/edit.rhtml (added)
-
1.0/app/views/projects/index.rhtml (added)
-
1.0/app/views/projects/new.rhtml (added)
-
1.0/app/views/projects/show.rhtml (added)
-
1.0/app/views/recipes (added)
-
1.0/app/views/recipes/_form.rhtml (added)
-
1.0/app/views/recipes/edit.rhtml (added)
-
1.0/app/views/recipes/index.rhtml (added)
-
1.0/app/views/recipes/new.rhtml (added)
-
1.0/app/views/recipes/show.rhtml (added)
-
1.0/app/views/roles (added)
-
1.0/app/views/roles/_form.rhtml (added)
-
1.0/app/views/roles/edit.rhtml (added)
-
1.0/app/views/roles/new.rhtml (added)
-
1.0/app/views/sessions (added)
-
1.0/app/views/sessions/new.rhtml (added)
-
1.0/app/views/stage_configurations (added)
-
1.0/app/views/stage_configurations/edit.rhtml (added)
-
1.0/app/views/stage_configurations/new.rhtml (added)
-
1.0/app/views/stages (added)
-
1.0/app/views/stages/_configs.rhtml (added)
-
1.0/app/views/stages/_deployments.rhtml (added)
-
1.0/app/views/stages/_effective_config.rhtml (added)
-
1.0/app/views/stages/_roles.rhtml (added)
-
1.0/app/views/stages/capfile.rhtml (added)
-
1.0/app/views/stages/edit.rhtml (added)
-
1.0/app/views/stages/new.rhtml (added)
-
1.0/app/views/stages/show.rhtml (added)
-
1.0/app/views/user_notifier (added)
-
1.0/app/views/users (added)
-
1.0/app/views/users/_form.rhtml (added)
-
1.0/app/views/users/deployments.rhtml (added)
-
1.0/app/views/users/edit.rhtml (added)
-
1.0/app/views/users/index.rhtml (added)
-
1.0/app/views/users/new.rhtml (added)
-
1.0/app/views/users/show.rhtml (added)
-
1.0/components (added)
-
1.0/config (added)
-
1.0/config/boot.rb (added)
-
1.0/config/database.yml.sample (added)
-
1.0/config/environment.rb (added)
-
1.0/config/environments (added)
-
1.0/config/environments/development.rb (added)
-
1.0/config/environments/production.rb (added)
-
1.0/config/environments/test.rb (added)
-
1.0/config/routes.rb (added)
-
1.0/config/webistrano_config.rb.sample (added)
-
1.0/db (added)
-
1.0/db/migrate (added)
-
1.0/db/migrate/001_create_projects.rb (added)
-
1.0/db/migrate/002_create_stages.rb (added)
-
1.0/db/migrate/003_create_roles.rb (added)
-
1.0/db/migrate/004_create_hosts.rb (added)
-
1.0/db/migrate/005_create_configuration_parameters.rb (added)
-
1.0/db/migrate/006_create_project_configurations.rb (added)
-
1.0/db/migrate/007_create_stage_configurations.rb (added)
-
1.0/db/migrate/008_create_deployments.rb (added)
-
1.0/db/migrate/009_add_no_release_to_role.rb (added)
-
1.0/db/migrate/010_add_prompt_to_configuration_parameter.rb (added)
-
1.0/db/migrate/011_add_ssh_port_to_role.rb (added)
-
1.0/db/migrate/012_add_notify_to_stage.rb (added)
-
1.0/db/migrate/013_create_recipes.rb (added)
-
1.0/db/migrate/014_add_comment_to_deployment.rb (added)
-
1.0/db/migrate/015_create_users.rb (added)
-
1.0/db/migrate/016_link_users_and_deployments.rb (added)
-
1.0/db/migrate/017_add_default_user.rb (added)
-
1.0/db/schema.rb (added)
-
1.0/doc (added)
-
1.0/doc/README_FOR_APP (added)
-
1.0/lib (added)
-
1.0/lib/authenticated_system.rb (added)
-
1.0/lib/authenticated_test_helper.rb (added)
-
1.0/lib/tasks (added)
-
1.0/lib/webistrano (added)
-
1.0/lib/webistrano.rb (added)
-
1.0/lib/webistrano/configuration.rb (added)
-
1.0/lib/webistrano/deployer.rb (added)
-
1.0/lib/webistrano/extensions.rb (added)
-
1.0/lib/webistrano/logger.rb (added)
-
1.0/lib/webistrano/template (added)
-
1.0/lib/webistrano/template.rb (added)
-
1.0/lib/webistrano/template/base.rb (added)
-
1.0/lib/webistrano/template/mongrel_rails.rb (added)
-
1.0/lib/webistrano/template/pure_file.rb (added)
-
1.0/lib/webistrano/template/rails.rb (added)
-
1.0/log (added)
-
1.0/public (added)
-
1.0/public/.htaccess (added)
-
1.0/public/404.html (added)
-
1.0/public/500.html (added)
-
1.0/public/dispatch.cgi (added)
-
1.0/public/dispatch.fcgi (added)
-
1.0/public/dispatch.rb (added)
-
1.0/public/favicon.ico (added)
-
1.0/public/images (added)
-
1.0/public/images/layout (added)
-
1.0/public/images/layout/background.png (added)
-
1.0/public/images/layout/background_bottom.gif (added)
-
1.0/public/images/layout/background_content.gif (added)
-
1.0/public/images/layout/background_top.gif (added)
-
1.0/public/images/spinner.gif (added)
-
1.0/public/javascripts (added)
-
1.0/public/javascripts/application.js (added)
-
1.0/public/javascripts/controls.js (added)
-
1.0/public/javascripts/dragdrop.js (added)
-
1.0/public/javascripts/effects.js (added)
-
1.0/public/javascripts/prototype.js (added)
-
1.0/public/robots.txt (added)
-
1.0/public/stylesheets (added)
-
1.0/public/stylesheets/application.css (added)
-
1.0/script (added)
-
1.0/script/about (added)
-
1.0/script/breakpointer (added)
-
1.0/script/console (added)
-
1.0/script/destroy (added)
-
1.0/script/generate (added)
-
1.0/script/performance (added)
-
1.0/script/performance/benchmarker (added)
-
1.0/script/performance/profiler (added)
-
1.0/script/plugin (added)
-
1.0/script/process (added)
-
1.0/script/process/inspector (added)
-
1.0/script/process/reaper (added)
-
1.0/script/process/spawner (added)
-
1.0/script/runner (added)
-
1.0/script/server (added)
-
1.0/test (added)
-
1.0/test/fixtures (added)
-
1.0/test/fixtures/configuration_parameters.yml (added)
-
1.0/test/fixtures/deployments.yml (added)
-
1.0/test/fixtures/hosts.yml (added)
-
1.0/test/fixtures/notification (added)
-
1.0/test/fixtures/notification/deployment (added)
-
1.0/test/fixtures/project_configurations.yml (added)
-
1.0/test/fixtures/projects.yml (added)
-
1.0/test/fixtures/recipes.yml (added)
-
1.0/test/fixtures/roles.yml (added)
-
1.0/test/fixtures/stage_configurations.yml (added)
-
1.0/test/fixtures/stages.yml (added)
-
1.0/test/fixtures/users.yml (added)
-
1.0/test/functional (added)
-
1.0/test/functional/deployments_controller_test.rb (added)
-
1.0/test/functional/hosts_controller_test.rb (added)
-
1.0/test/functional/project_configurations_controller_test.rb (added)
-
1.0/test/functional/projects_controller_test.rb (added)
-
1.0/test/functional/recipes_controller_test.rb (added)
-
1.0/test/functional/roles_controller_test.rb (added)
-
1.0/test/functional/sessions_controller_test.rb (added)
-
1.0/test/functional/stage_configurations_controller_test.rb (added)
-
1.0/test/functional/stages_controller_test.rb (added)
-
1.0/test/functional/users_controller_test.rb (added)
-
1.0/test/integration (added)
-
1.0/test/mocks (added)
-
1.0/test/mocks/development (added)
-
1.0/test/mocks/test (added)
-
1.0/test/test_helper.rb (added)
-
1.0/test/unit (added)
-
1.0/test/unit/configuration_parameter_test.rb (added)
-
1.0/test/unit/deployment_test.rb (added)
-
1.0/test/unit/host_test.rb (added)
-
1.0/test/unit/notification_test.rb (added)
-
1.0/test/unit/project_configuration_test.rb (added)
-
1.0/test/unit/project_test.rb (added)
-
1.0/test/unit/recipe_test.rb (added)
-
1.0/test/unit/role_test.rb (added)
-
1.0/test/unit/stage_configuration_test.rb (added)
-
1.0/test/unit/stage_test.rb (added)
-
1.0/test/unit/user_test.rb (added)
-
1.0/test/unit/webistrano_deployer_test.rb (added)
-
1.0/test/unit/webistrano_logger_test.rb (added)
-
1.0/tmp (added)
-
1.0/tmp/cache (added)
-
1.0/tmp/pids (added)
-
1.0/tmp/sessions (added)
-
1.0/tmp/sockets (added)
-
1.0/vendor (added)
-
1.0/vendor/plugins (added)
-
1.0/vendor/plugins/browser_filters (added)
-
1.0/vendor/plugins/browser_filters/README (added)
-
1.0/vendor/plugins/browser_filters/lib (added)
-
1.0/vendor/plugins/browser_filters/lib/browser_filters.rb (added)
-
1.0/vendor/plugins/browser_filters/lib/link_prefetching_block.rb (added)
-
1.0/vendor/plugins/browser_filters/lib/safari_unicode_fix.rb (added)
-
1.0/vendor/plugins/browser_filters/lib/unicode_content_type.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0 (added)
-
1.0/vendor/plugins/capistrano-2.0.0/CHANGELOG (added)
-
1.0/vendor/plugins/capistrano-2.0.0/MIT-LICENSE (added)
-
1.0/vendor/plugins/capistrano-2.0.0/README (added)
-
1.0/vendor/plugins/capistrano-2.0.0/bin (added)
-
1.0/vendor/plugins/capistrano-2.0.0/bin/cap (added)
-
1.0/vendor/plugins/capistrano-2.0.0/bin/capify (added)
-
1.0/vendor/plugins/capistrano-2.0.0/examples (added)
-
1.0/vendor/plugins/capistrano-2.0.0/examples/sample.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/callback.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/cli (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/cli.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/execute.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/help.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/help.txt (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/options.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/cli/ui.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/command.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions/file_transfer.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions/inspect.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/actions/invocation.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/callbacks.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/connections.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/execution.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/loading.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/namespaces.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/roles.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/servers.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/configuration/variables.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/errors.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/extensions.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/gateway.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/logger.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/compat.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/dependencies.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/local_dependency.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/remote_dependency.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/base.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/bzr.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/cvs.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/darcs.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/mercurial.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/perforce.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/scm/subversion.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/base.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/checkout.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/copy.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/export.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/remote.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/strategy/remote_cache.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/templates (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/deploy/templates/maintenance.rhtml (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/standard.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/templates (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/templates/maintenance.rhtml (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/recipes/upgrade.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/server_definition.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/shell.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/ssh.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/task_definition.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/upload.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/lib/capistrano/version.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/cli (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/cli/execute_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/cli/help_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/cli/options_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/cli/ui_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/cli_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/command_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/actions (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/actions/file_transfer_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/actions/inspect_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/actions/invocation_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/callbacks_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/connections_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/execution_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/loading_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/namespace_dsl_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/roles_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/servers_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration/variables_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/configuration_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/deploy (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/deploy/scm (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/deploy/scm/base_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/deploy/strategy (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/deploy/strategy/copy_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/extensions_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/fixtures (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/fixtures/cli_integration.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/fixtures/config.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/fixtures/custom.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/gateway_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/logger_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/server_definition_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/shell_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/ssh_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/task_definition_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/upload_test.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/utils.rb (added)
-
1.0/vendor/plugins/capistrano-2.0.0/test/version_test.rb (added)
-
1.0/vendor/plugins/exception_notification (added)
-
1.0/vendor/plugins/exception_notification/init.rb (added)
-
1.0/vendor/plugins/exception_notification/lib (added)
-
1.0/vendor/plugins/exception_notification/lib/exception_notifiable.rb (added)
-
1.0/vendor/plugins/exception_notification/lib/exception_notifier.rb (added)
-
1.0/vendor/plugins/exception_notification/lib/exception_notifier_helper.rb (added)
-
1.0/vendor/plugins/exception_notification/views (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier/_backtrace.rhtml (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier/_inspect_model.rhtml (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier/_request.rhtml (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier/_session.rhtml (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier/_title.rhtml (added)
-
1.0/vendor/plugins/exception_notification/views/exception_notifier/exception_notification.rhtml (added)
-
1.0/vendor/plugins/highline-1.2.7 (added)
-
1.0/vendor/plugins/highline-1.2.7/CHANGELOG (added)
-
1.0/vendor/plugins/highline-1.2.7/INSTALL (added)
-
1.0/vendor/plugins/highline-1.2.7/LICENSE (added)
-
1.0/vendor/plugins/highline-1.2.7/README (added)
-
1.0/vendor/plugins/highline-1.2.7/Rakefile (added)
-
1.0/vendor/plugins/highline-1.2.7/TODO (added)
-
1.0/vendor/plugins/highline-1.2.7/examples (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/ansi_colors.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/asking_for_arrays.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/basic_usage.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/color_scheme.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/menus.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/overwrite.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/page_and_wrap.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/password.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/trapping_eof.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/examples/using_readline.rb (added)
-
1.0/vendor/plugins/highline-1.2.7/lib (added)
-
1.0/vendor/plugins/highline-1.2.7/lib/highline (added)
-
1.0/vendor/plugins/highline-1.2.7/lib/highline.rb (added)
-
