RubyMine¶
Traduzione: Copia tutti i comandi
Traduzione: Generare PDF
< >
Scorciatoie e workflow RubyMine completi per lo sviluppo di Ruby e Rails.
## Scorciatoie generali
|Windows/Linux|macOS|Description|
|---------------|-------|-------------|
|`Ctrl+Shift+A`|`Cmd+Shift+A`|Find Action|
|`Ctrl+Shift+N`|`Cmd+Shift+O`|Go to File|
|`Ctrl+N`|`Cmd+O`|Go to Class|
|`Ctrl+E`|`Cmd+E`|Recent Files|
|`Ctrl+G`|`Cmd+L`|Go to Line|
## Caratteristiche Ruby-Specific
|Windows/Linux|macOS|Description|
|---------------|-------|-------------|
|`Ctrl+Shift+F10`|`Ctrl+Shift+R`|Run Ruby Script|
|`bundle install`|`bundle install`|Install Gems|
|`rails server`|`rails server`|Start Rails Server|
|`rails console`|`rails console`|Rails Console|
## Sviluppo delle ferrovie
|Windows/Linux|macOS|Description|
|---------------|-------|-------------|
|`Ctrl+Alt+R`|`Cmd+Option+R`|Rails Generator|
|`rails generate`|`rails generate`|Generate Rails Code|
|`rake routes`|`rake routes`|Show Routes|
|`rails db:migrate`|`rails db:migrate`|Run Migrations|