Skip to content

Instantly share code, notes, and snippets.

@natevick
natevick / docker-pry-rails.md
Created November 23, 2019 13:59 — forked from briankung/docker-pry-rails.md
Using pry-rails with Docker

First, add pry-rails to your Gemfile:
https://github.com/rweng/pry-rails

gem 'pry-rails', group: :development

Then you'll want to rebuild your Docker container to install the gems