AD:
error内容
1 2 |
heroku run:detached rake db:migrate cannot load such file -- debugger |
heroku run rake db:migrateが上記ののようなerrorを返してきたので、よくよく考えてみるとTasks内にrequire ‘debugger’があったのを思い出しました。
解決方法
単純にrequire ‘debugger’をコメントアウトで解決
1 |
#require 'debugger' |
AD:
No Comments, Comment or Ping
Reply to “heroku run rake db:migrateがエラー: “cannot load such file — debugger””
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.