LoginSignup
0
0

More than 1 year has passed since last update.

How to use pry with rails console

Last updated at Posted at 2019-04-16

1. Add pry-rails to Gemfile

 + gem 'pry-rails' 

2. Install the Gem

$ bundle install

3. Launch the Rails Console

$ rails console


Point: Put pry-rails instead of pry.

Original by

rails console で pry を使う方法

About

About this translattion

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0