Skip to content

ddollar/fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch

Fetch is designed to install everything specified by a Gemfile.lock into a subdirectory called vendor/bundle and then configure Bundler to use that directory during runtime.

Fetch is not designed to be used during development or whenever your Gemfile is changing. Fetch is designed to be used once you have a Gemfile.lock, (e.g. during deploys to production)

Fetch will download and install the gems specified in your Gemfile.lock and then compile their binary extensions and create any specified binstubs.

WARNING

FETCH IS HIGHLY EXPERIMENTAL AND MAY BREAK EVERYTHING YOU OWN

Known Limitations

  • Fetch will not compile binary extensions on gems from git sources
  • Fetch will not create binstubs for gems from git sources

Installation

Compile from Source
$ go get -u github.com/ddollar/fetch

Usage

$ cd ~/my-ruby-app
$ fetch

About

Bundler fetcher designed for speed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages