vim-rails
vim-rails copied to clipboard
rails.vim: Ruby on Rails power tools
My context: (use NERDTree plugin) **Step 1.** Goto project folder (Ex: `cd ~/project/demo-app`) **Step 2.** Open vim with `vim .` (`filetype=nerdtree`) "." is a directory I can't use the command...
Now that rails supports multiple databases, in an ideal world the related file for an ActiveRecord model would be the database schema / structure file for the containing database. May...
A have a component located in: `[project_root]/packs/heartland_pos/app/components/heartland_pos/base_api.rb` And `:A` command works perfectly fine on it, switching me to: `[project_root]/packs/heartland_pos/spec/components/heartland_pos/base_api_spec.rb` But it doesn't work the opposite way, from the spec. It...