class

Rails::Engine::CommandsTasks

v5.0.0.1 - Show latest stable - Superclass: Object

No documentation available for this class.

Included modules

  • Rails::RakeProxy

Constants

COMMAND_WHITELIST = %w(generate destroy version help test)

HELP_MESSAGE = <<-EOT\nUsage: rails COMMAND [ARGS]\n\nThe common Rails commands available for engines are:\ngenerate Generate new code (short-cut alias: "g")\ndestroy Undo code generated with "generate" (short-cut alias: "d")\ntest Run tests (short-cut alias: "t")\n\nAll commands can be run with -h for more information.\n\nIf you want to run any commands that need to be run in context\nof the application, like `rails server` or `rails console`,\nyou should do it from application's directory (typically test/dummy).\n\nIn addition to those commands, there are:\nEOT

Attributes

[R]argv

Files

  • railties/lib/rails/engine/commands_tasks.rb