Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Bundler secret commands

Bundler secret commands

We usually just use 3 of bundler's commands: install, update and exec. The talk explores some of the simple commands that you may find useful. Run `bundle help` for more info!

Michael Galero

August 28, 2014
Tweet

More Decks by Michael Galero

Other Decks in Programming

Transcript

  1. $ bundle check $ bundle clean $ bundle outdated $

    bundle console $ bundle open $ bundle binstubs Utility Commands Thursday, August 28, 14
  2. $ bundle clean Can only use bundle clean when --path

    is set or --force is set Maintenance Thursday, August 28, 14
  3. $ bundle outdated Outdated gems... * ffaker (1.25.0 > 1.24.0)

    * turbolinks (2.3.0 > 2.2.2) ... Maintenance Thursday, August 28, 14
  4. $ bundle console 2.1.2 :001 > require ‘rack’ => false

    2.1.2 :002 > ‱ IRB Thursday, August 28, 14
  5. $ bundle exec rake -T $ bundle binstubs rake $

    bin/rake -T Executables Thursday, August 28, 14
  6. $ bundle check $ bundle clean $ bundle outdated $

    bundle console $ bundle open $ bundle binstubs Utility Commands Thursday, August 28, 14