23
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Railsのbinding.pryはviewにも仕掛けられるよ!!!

Last updated at Posted at 2017-02-10

#binding.pryはviewにもしかけられる
前提条件としてpryのgemをインストールしている必要があります。
##pryのインストール
デフォルトのコンソールはirbがでるけどPryがめちゃめちゃ便利だからどっかでqiitaとかにもgemのインストール紹介していると思うのでやってみてください

インストール
http://ruby-rails.hatenadiary.com/entry/20141024/1414081224
インストールしたあと
bundle install をしてあげてください

使い方はコチラの方が参考になります→http://qiita.com/k0kubun/items/b118e9ccaef8707c4d9f

では、さっそく止め方の紹介です!

Application.html.haml
 - binding.pry

これだけです。これだけです... これだけです.....
知ってたらすいません,,,

これでTerminalでサーバー開いているところにpryがでてれば成功です。

23
16
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
23
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?