LoginSignup
8
6

More than 1 year has passed since last update.

rails console で pry を使う方法

Last updated at Posted at 2015-10-22

1. Gemfile に pry-rails を追記する

Gemfile
+ gem 'pry-rails'

2. Gem をインストールする

$ bundle install

3. Rails コンソールを立ち上げる

$ rails console


ポイント:
pry ではなく pry-rails を入れること。

チャットメンバー募集

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

メンター受付

8
6
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
8
6