(Rails3.2.13)
エラー画面でコンソール使えるのがとても便利
エラー画面
Rails3.2 で better_errors を利用した場合
Gemfile
(better_errors で irb を利用するに binding_of_caller も必要)
group :development do gem 'better_errors' gem 'binding_of_caller' # irb in better_errors end
牌語備忘録 -pygo
(Rails3.2.13)
エラー画面でコンソール使えるのがとても便利
Gemfile
(better_errors で irb を利用するに binding_of_caller も必要)
group :development do gem 'better_errors' gem 'binding_of_caller' # irb in better_errors end