RubyMine 2017.2 Help

Rake

Prerequisites

  • In Rails applications, Rake tasks are recognized when placed in .rake files under lib/tasks directory, or in Rakefile.
  • In plain Ruby applications, Rake tasks are recognized when placed in Rakefile.

Rake support

Rake support in RubyMine includes:

  • Syntax and error highlighting.
  • Structure view that shows the structure of a Rake task opened in the editor.
    /help/img/idea/2017.2/ruby_RakeStructureView.png
  • Possibility to create and run Rake tasks.
  • Available Rake tasks appear in the Go to Symbol suggestion list.
Last modified: 26 October 2017

See Also