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:
C:\Windows\system32\cmd.exe /c rails myapp
. Bunch of rails help comes up and nothing happens. There is have to be something I'm missing.
I use gvim v7.3. rails 3.0.5.
My _vimrc has only this:
set nocompatible
syntax on
filetype plugin indent on