在我看来:
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<%= javascript_include_tag "modernizr" %>
检查元素:
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
(ERROR IN RED):GET http://my-server.dev/assets/ 404 (Not Found)
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<script src="/assets/modernizr.js?body=1" type="text/javascript"></script>
我可以毫无问题地使用 stylesheet_link_tag。为什么javascript标签得到404?