Commands for Ruby on Rails development. Porting the best features of tpope's awesome vim-rails to Atom.
Use the Atom package manager, which can be found in the Settings view or run apm install atom-rails
from the command line.
Navigate between files using the commands below.
ctrl-alt-m
- Switch to associated model- controller -> model
- view -> model
ctrl-alt-r
- Switch to related file- model -> db/schema
- controller -> helper
- view -> controller
A lot :)