sponsor Vim development Vim logo Vim Book Ad

bundler : Vim Ex-command wrapper for Ruby Bundler

 script karma  Rating 1/1, Downloaded by 569  Comments, bugs, improvements  Vim wiki

created by
Susan Potter
 
script type
utility
 
description
Ruby Bundler is a RubyGem that is used for Rails 3+ and other Ruby projects to check dependencies of RubyGems for the project.

To use you can do the following:
* :cd to a project with a Gemfile located at the root.
* Open Gemfile
* In Ex-command mode type <tt>:Bundle check</tt>
* This will check your Gemfile dependencies are satisfied.  If there are RubyGem requirements specified in your Gemfile that are not satisfied the plugin will open up a quickfix window and for each error open up the Gemfile at the requirement that fails using quickfix keybindings.

Full featured quickfix support for other Bundler subcommands coming soon.  You can clone the Git repository on GitHub from here:
http://github.com/mbbx6spp/vim-bundler
 
install details
On *NIX-like systems extract archive under ${HOME}/.vim directory (if you don't have one create one).  If on Windows extract archive under ${HOME}/vimfiles directory.  Retain directory structure of archive file.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-bundler-v0.2-0.zip 0.2 2010-08-23 7.0 Susan Potter * Fixed autocomplete function
* Fixed autocmd problems
* Removed redundant section from documenation
vim-bundler-v0.1-0.zip 0.1 2010-08-17 7.0 Susan Potter Initial upload
ip used for rating: 18.191.174.168

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github