My Rails Javascript manifest file neither compiles nor include any required files

后端 未结 2 1921
孤城傲影
孤城傲影 2021-01-05 03:45

I\'ve seen a few posts similar to this but with no solutions, so I figured I would present a more documented problem.

My Problem JS from manifest fi

2条回答
  •  萌比男神i
    2021-01-05 04:43

    I had the same problem, took long time to find a solutions to this.

    I just switched back to ruby-1.9.3-p429, and it resolved the problem. I don't know how to manage it with ruby 2 patches. I have used ruby-2.0.0-p247 and ruby-2.0.0-p195.

    So, just do rvm use ruby-1.9.3-p429. Then run 'bundle update'. Then clear the Rails cache by running Rails.cache.clear in the console and also don't forget to clear the browser cache.

    Hope it goes fine. :)-

提交回复
热议问题