Possible to get Rails 4 working on Windows?

前端 未结 5 975
借酒劲吻你
借酒劲吻你 2020-12-15 10:32

I\'m working on a Rails 4 (using the release candidate) project and now need to collaborate with someone on a Windows machine. I can\'t even get a basic webpage to come up,

5条回答
  •  庸人自扰
    2020-12-15 10:38

    changing following line

    <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    

    to

    <%= javascript_include_tag "defaults", "data-turbolinks-track" => true %>
    

    works.

    OR

    you can install node.js

提交回复
热议问题