vim-rails
vim-rails copied to clipboard
:Rgenerate migration add_foo_to_bar isn't working properly. Plz, help!
I'm a Windows user :))). When I try :Rgenerate migration add_foo_to_bar gVim giving me this message: :!ruby bin/rails generate migration add_foo_to_bar C:\Users\ERGASH~1\AppData\Local\Temp\VIe2 a31.tmp 2>&1 shell returned 1 and doing NOTHING! Plz, help!!!
What is :set shell?? Have you adjusted any other shell options?
shell=C:\Windows\system32\cmd.exe. I didn't adjusted anything in shell options. What should I do next?
See if :Rails generate ... works.
Yes it is working!!!! Thanx a looooooooooooooooot.
So what is difference :Rgenerate and :Rails generate? If I use :R as :Rails with every command, it is working...