Module: Railshoster
- Defined in:
- lib/railshoster.rb,
lib/railshoster/error.rb,
lib/railshoster/command.rb,
lib/railshoster/version.rb,
lib/railshoster/utilities.rb,
lib/railshoster/init_command.rb,
lib/railshoster/deploy_command.rb,
lib/railshoster/app_url_command.rb,
lib/railshoster/init_gem_helpers.rb,
lib/railshoster/init_ssh_helpers.rb,
lib/railshoster/capistrano/config.rb,
lib/railshoster/init_database_helpers.rb,
lib/railshoster/no_ssh_key_given_error.rb,
lib/railshoster/init_capistrano_helpers.rb,
lib/railshoster/init_validation_helpers.rb,
lib/railshoster/bad_appliction_token_error.rb,
lib/railshoster/general_capistrano_helpers.rb,
lib/railshoster/capify_project_failed_error.rb,
lib/railshoster/invalid_public_ssh_key_error.rb,
lib/railshoster/possibly_not_a_git_repo_error.rb,
lib/railshoster/bad_application_json_hash_error.rb,
lib/railshoster/unsupported_application_type_error.rb
Defined Under Namespace
Modules: Capistrano, Error, GeneralCapistranoHelpers, InitCapistranoHelpers, InitDatabaseHelpers, InitGemHelpers, InitSshHelpers, InitValidationHelpers Classes: AppUrlCommand, BadApplicationJSONHashError, BadApplicationTokenError, CapifyProjectFailedError, Command, DeployCommand, InitCommand, InvalidPublicSshKeyError, NoSshKeyGivenError, PossiblyNotAGitRepoError, UnsupportedApplicationTypeError, Utilities
Constant Summary collapse
- VERSION =
"1.0.0"