Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is scaffold in RubyMine

Tags:

ruby

ide

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?

like image 355
ses Avatar asked Feb 06 '11 16:02

ses


2 Answers

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.

like image 129
Topka Avatar answered Oct 06 '22 08:10

Topka


Click on File -> New -> Run Rails Generator...

type scaffold and press enter

in the next dialog you can enter the scaffold parameters

like image 41
Mauricio Avatar answered Oct 06 '22 09:10

Mauricio