0.0
No commit activity in last 3 years
No release in over 3 years
A gem that provides dead-simple usage of bundler.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 1.0.0
 Project Readme

Quick Bundler

Quick Bundler searches for the nearest Gemfile and loads the gems specified inside it. It's nothing more than a wrapper to Bundler to locate a Gemfile, load it, then require all gems in the Gemfile.

Installing

gem install quick-bundler

Usage

Stick this at the top of you're app ...

require "rubygems"
require "quick-bundler"

... and you're done!