bundler.el icon indicating copy to clipboard operation
bundler.el copied to clipboard

Bundler helpers for Emacs.

Results 7 bundler.el issues
Sort by recently updated
recently updated
newest added

The parens are misplaced. ---- #

On my project `bundle show --path` gives such output: ``` Your Gemfile lists the gem rack-mini-profiler (>= 0) more than once. You should probably keep only one of them. Remove...

I work in a codebase that vendors gems and commits them to our repo. It is occasionally desirable to run `bundle install --local` to use those vendored gems directly, instead...

Run bundle in the directory where Gemfile is. Addresses https://github.com/endofunky/bundler.el/issues/19 Code lives on top of this PR: https://github.com/endofunky/bundler.el/pull/21

This PR adds a customizable variable that allows for the easy use of vagrant by setting `bundle-use-vagrant` to true. It also adds `bundle-docker-container` which if set, is the name of...

Have you ever thought about running the bundler from a project's root? Maybe by using `locate-dominating-file` or projectile. I'm asking because now I work on a project which has something...

Some projects need to use a custom Gemfile, bundler listen to the env var `BUNDLE_GEMFILE` and use that Gemfile path if given. Maybe we could have a new command to...