Class RailsInstaller::Command::Install
In: lib/rails-installer/commands.rb
lib/rails-installer/commands.rb
Parent: RailsInstaller::Command

The install command installs the application into a specific path. Optionally, the user can request a specific version to install. If the version string is ‘cwd’, then the current directory is used as a template; otherwise it looks for the specified version number in the local Gems repository.

Methods

command   command  

Public Class methods

[Validate]