Skip to content

tomkadwill/atom-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-rails

Commands for Ruby on Rails development. Porting the best features of tpope's awesome vim-rails to Atom.

Installing

Use the Atom package manager, which can be found in the Settings view or run apm install atom-rails from the command line.

Usage

Navigate between files using the commands below.

Commands

  • 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

TODO

A lot :)

About

Commands for Ruby on Rails development

Resources

License

Stars

Watchers

Forks

Packages

No packages published