IMEOS
  1. Home
  2. Work
  3. Contact
  4. Blog

Im Obstgarten 7
8596 Scherzingen
Switzerland

+41 79 786 10 11
(CET/CEST, Mo-Fr, 09:00 - 18:00)
io@imeos.com

IMEOS on GitHub
Ruby

No more 'bundle exec'

Dec 27, 2013
1 minute read
  • How to

Of course you’re tired of typing bundle exec every time you want to start your Rails App, build your Middleman static website or invoke your Sinatra webapp.

With Ruby 2.1.0 around and Rubygems updated to 2.0.0, you have yet another decent way of omitting this command from now on.

bundle exec
bundle exec

How to

Just set RUBYGEMS_GEMDEPS=- as env variable via your shells configuration file.

This will load gem activation information from a gemdeps file, e.g. your Gemfile in the current working directory.

Related posts

  • RubyRailsPaginate stateful tabs in Ruby on Rails with Pagy
    Jun 19, 2018
    8 minutes read
  • AWSS3RubyGet Amazon S3 bucket item number and filesize for more than 1000 items with the AWS Ruby SDK
    Apr 16, 2016
    2 minutes read
  • RubyRailsOrder select tag entries alphabetically and group by first letter in Rails
    Sep 14, 2015
    2 minutes read

  • Privacy
  • Imprint
IMEOS