AngularJS and Rails routing error

五迷三道 提交于 2019-11-30 18:35:14
Christian Beauchesne

Christian's answer worked for me. To cut out the extra link, the answer is to add

gem 'sprockets', '2.12.3'

to your Gemfile and then run a bundle update.

I had the same problem. Running bundle update fixed it by installing newer versions of sprockets and angular-rails-templates gems.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!