Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working (I am not using MySQL)

后端 未结 5 1058
南方客
南方客 2021-02-14 18:06

My ruby interpreter is crashing on almost every page request with the following error: Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working

I am not using

5条回答
  •  滥情空心
    2021-02-14 18:29

    Workaround:

    Add (or change)

    config.log_level = :warn

    in config/environments/development.rb

    (not my solution - found it in another thread)

提交回复
热议问题