Skip to content

RubyMine

Comprehensive RubyMine shortcuts and workflows for Ruby and Rails development.

General Shortcuts

Windows/LinuxmacOSDescription
Ctrl+Shift+ACmd+Shift+AFind Action
Ctrl+Shift+NCmd+Shift+OGo to File
Ctrl+NCmd+OGo to Class
Ctrl+ECmd+ERecent Files
Ctrl+GCmd+LGo to Line

Ruby-Specific Features

Windows/LinuxmacOSDescription
Ctrl+Shift+F10Ctrl+Shift+RRun Ruby Script
bundle installbundle installInstall Gems
rails serverrails serverStart Rails Server
rails consolerails consoleRails Console

Rails Development

Windows/LinuxmacOSDescription
Ctrl+Alt+RCmd+Option+RRails Generator
rails generaterails generateGenerate Rails Code
rake routesrake routesShow Routes
rails db:migraterails db:migrateRun Migrations