Pry

Add pry gems to your application
Icons/chart bar
Used 136 times
Created by
J Jason Charnes

Usage

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://www.railsbytes.com/script/V2Gs4X"
Template Source

Review the code before running this template on your machine.

if yes?("Do you want pry-remote, too?")
  gem_group :development, :test do 
    gem "pry-rails"
    gem "pry-remote"
  end
else
  gem_group :development, :test do
    gem "pry-rails"
  end
end
Comments

Sign up or Login to leave a comment.