ruby on rails - In gVim, can't generate controller appropriately -
i'm windows user. when try :rgenerate controller blog
, gvim giving me message:
:!ruby bin/rails generate controller blog >c:\users\ergash~1\appdata\local\temp\vie2 a31.tmp 2>&1 shell returned 1
and doing nothing! should next?
the author of plugin tim pope helped me headache. if use :rgenerate
not working, if use instead :rails generate
working properly. problem don't know exactly, working now. thanx "tpope"! here link github repo
Comments
Post a Comment