| rake.vim : It's like rails.vim without the rails 
 
 
  | script karma | Rating 36/9,
    Downloaded by 4296 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Tim Pope |  |  |  | script type |  | utility |  |  |  | description |  | With rake.vim, you can use all those parts of rails.vim (vimscript #1567) that you wish you could use on your other Ruby projects on anything with a Rakefile, including :A, :Elib and friends, and of course :Rake.  It's great when paired with `gem open` and `bundle open`. 
 https://github.com/tpope/vim-rake
 
 |  |  |  | install details |  | Requires vimscript #4989. 
 Extract to ~/.vim, or ~\vimfiles (Windows).  You'll need to regenerate helptags (fill in the install path below)
 
 :helptags ~/.vim/doc
 |  |  |  
Click on the package to download.
 
 
ip used for rating: 142.132.191.50
        | rake.zip | 2.0 | 2015-02-03 | 7.0 | Tim Pope | Major refactor to use projectionist.vim. Drop all backwards compatible :R commands.
 Provide default dispatch of rspec/ruby -Itest in specs/tests.
 Set default compiler options for :make to use rake.
 Tab complete for :Make and :Dispatch rake.
 Drop support for :Ctags.
 |  
        | rake.zip | 1.2 | 2013-03-25 | 7.0 | Tim Pope | Drop :R prefix. :Elib replaces :Rlib and :Tlib replaces :RTlib.  (Old commands still work.). Better detection of gems.
 Use rake binstub if present.
 Better 'errorformat'.
 Allow custom rake dispatch with :Make.
 |  
        | rake.zip | 1.1 | 2013-01-01 | 7.0 | Tim Pope | Better handling of tags. Only set path in Ruby files.
 Add bundler.vim support.
 :Rlib defaults to gemspec if found.
 Fix detection of netrw buffers.
 Handle alternate specs in spec/lib.
 |  
        | rake.zip | 1.1 | 2013-01-01 | 7.0 | Tim Pope | Better handling of tags. Only set path in Ruby files.
 Add bundler.vim support.
 :Rlib defaults to gemspec if found.
 Fix detection of netrw buffers.
 Handle alternate specs in spec/lib.
 |  
        | rake.zip | 1.0 | 2011-07-26 | 7.0 | Tim Pope | Initial upload |  |