Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

This is a class which takes in a rails command and initiates the appropriate initiation sequence.

Warning: This class mutates ARGV because some commands require manipulating it before they are run.

Constants

COMMAND_WHITELIST = %w(plugin generate destroy console server dbconsole runner new version help test)

ADDITIONAL_COMMANDS = [ [ 'destroy', 'Undo code generated with "generate" (short-cut alias: "d")' ], [ 'plugin new', 'Generates skeleton for developing a Rails plugin' ], [ 'runner', 'Run a piece of code in the application environment (short-cut alias: "r")' ] ]

HELP_MESSAGE = <<-EOT Usage: rails COMMAND [ARGS] The most common rails commands are: generate Generate new code (short-cut alias: "g") console Start the Rails console (short-cut alias: "c") server Start the Rails server (short-cut alias: "s") test Run tests (short-cut alias: "t") dbconsole Start a console for the database specified in config/database.yml (short-cut alias: "db") new Create a new Rails application. "rails new my_app" creates a new application called MyApp in "./my_app" All commands can be run with -h (or --help) for more information. In addition to those commands, there are: EOT

Attributes

[R] argv
Show files where this class is defined (1 file)
Register or log in to add new notes.