Search code examples
rubyiderubymine

Where is scaffold in RubyMine


I'm trying RubyMine, and watching this tutorial https://www.jetbrains.com/ruby/documentation/ . The author uses there project->new->scaffold but i could not find scaffold there. What's wrong?


Solution

  • Whenever searching for something in RubyMine, a highliy recommented thing is "Search"->"Find Action" (Cmd-Shift-A).

    Just type "scaffold" in the search field and it shows the relevant IDE actions.