RubyMine
Umfassende RubyMine Shortcuts und Workflows für Ruby und Rails Entwicklung.
Allgemeine Shortcuts
| | 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 | |
Ruby-Specific Features
| | 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 | |
Bahnentwicklung
| | 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 | |