Docs header transparent bg

bundle console

Opens an IRB session with the bundle pre-loaded
$ bundle console [GROUP]

Alternatives like Pry and Ripl can be used with bundle console by adjusting the console Bundler setting. Also make sure that pry or ripl is in your Gemfile.
$ bundle config console pry
$ bundle console
[1] pry(main)>
Edit this document on GitHub if you caught an error or noticed something was missing.