tomkadwill / atom-rails

Commands for Ruby on Rails development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CoffeeScript 97.2%Language:CSS 2.8%