Rails Plugin for Vim

Geek

Recently, I've been working on a Vim plugin to aid development with Ruby on Rails. It features autodetection of Rails applications, easy file navigation, enhanced syntax highlighting, and more. Grab it from my Subversion repository (always the most up-to-date), as a zip file, or as a Vimball (Vim 7 only). Update: Also available from Vim.org (and has been for a while). Be sure to vote if you like it!

Thanks

I really like this plugin. It just turned vim (Cream) into my favorite editor for Rails...

question

I am trying out your vim rails plugin. It looks great and it seems that you have put a lot of work into it. I am a huge fan of Vim also and I am looking forward to using your plugin. However, when I try to use your plugin on winxp hardly anything works. For example, :Rgenerate controller Blog gives me: C:\WINDOWS\system32\cmd.exe /c ruby -C "C:\mypath\myapp\" script/generate controller Blog ruby: Can't chdir to C:\mypath\myapp\" script/generate controller Blog (fatal) shell returned 1 Hit any key to close this window... I think the problem here is that there is an extra slash at the end of the path that ruby does not like. Also, when I go into a rails app and do :find testing_controller it does not find anything. Doing :Rcd gives me Not an editor command. Yet I know the plugin is loaded. The abbreviations work, I can see :Rgenerate try to run, etc. Any idea what is going on and how to fix it? Thanks.

Thank you!

I found this last night and so far it's working so nice, going to test this for a few days but it's off to a good start! :) And those "snippets" are awesome, just what the doctor ordered!