Skip to content

irfn/bundle_rc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add

gem 'bundle_rc', :group => :development

to your Gemfile

Loads a .bundlerc file when running

bundle console development

eg: contents of .bundlerc could be

$: << '.';require 'config/paths'

Currently uses a naive method (Thor is loaded ) of determining whether bundle console is running. Looking at changing this.

About

load a .bundlerc in development mode

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages