RubyMine 2017.3 Help

Running Capistrano Tasks

To run a Capistrano task

  1. On the main menu, point to Tools | Capistrano.
  2. On the submenu, choose Run capistrano task.
  3. In the pop-up window, start typing the task name, or its part. RubyMine shows the list of matching Capistrano tasks. If you want to see all the available tasks, including those without description, select the checkbox Include undocumented:
  4. Select the desired task from the suggestion list, and press Enter.
  5. In the Execute '< Capistrano task>' dialog box, specify the script arguments, if any, and select the desired environment from the drop-down list.
    If necessary, enable the --trace option by selecting the Full backtrace checkbox. This option is the same as in the Capistrano run/debug configuration; as soon as this option is set in the run configuration dialog box, it is also set in the Run Capistrano Task dialog box, and vice versa.
Last modified: 4 April 2018

See Also

External Links: