I\'m using rails.vim and when I use :A on a model file, it opens the corresponding testunit file. How do I make it open开发者_开发知识库 the corresponding rspec file?Rails.vim will load test/unit firs
I like rails.vim support for going to the corresponding file.For example, if I\'m in the Product model, I can type :Econtroller to open the ProductsController in the same window.
I\'m using Tim Pope\'s rails.vim plugin and for the most part it highlights nearly everything I want, except Capybara\'s new DSL which contains keywords like feature, scenario, background etc.
I\'m trying to get up and working with vim with ruby on rails and am having a few problems with omni-completion.
I\'ve installed rails.vim plugin. Running :Rails! command shows: rails.vim 4.3. But when I try to run :Rails myapp it opens command line (cmd.exe) that shows:
I\'m using a Separator to draw a vertical line inside a Border. At first this was ok because the line needed to be centered, but now I need to position it at a custom x-position from the left border.