루비미인
Ruby 및 Rails 개발을위한 종합 RubyMine 단축키 및 워크플로우.
일반 단축키
| | 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 기능
| | 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 | |
철도 개발
| | 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 | |