custom_require.rb:36:in `require': no such file to load — myapp(LoadError)

前端 未结 3 1904
甜味超标
甜味超标 2021-01-02 04:31

i get the above error, all i did was install rvm and update to ruby 1.9.2 from the default ruby that you get with mac.

all my gems appear in the gem list but do i ne

3条回答
  •  無奈伤痛
    2021-01-02 04:45

    In my case it was rvm issue, I was using rvm 1.9 when i changed it to 1.8, migration worked.

    rvm use 1.8

提交回复
热议问题