Skip to content

Instantly share code, notes, and snippets.

View StephRicardo's full-sized avatar

Stephanie Ricardo StephRicardo

  • Miami, FL
View GitHub Profile
@aloucas
aloucas / rails_binding_pry_on_docker.md
Created September 28, 2017 08:45
Rails binding.pry usage with docker
  1. Initially install your pry-rails to group development on your apps Gemfile
group :development do
  # ..
  gem 'pry-rails'
  # ..
end