これが構造で、fancybox フォルダに javascript と css をインポートしたい。
だから私はこのようなコードを追加しました、
<link rel="stylesheet" type="text/css" media="all" href="/app/assets/fancybox/jquery.fancybox.css">
<script type="text/javascript" src="/app/assets/fancybox/jquery.fancybox.js?v=2.0.6"></script>
これらのエラーをスローし、
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3000/app/assets/fancybox/jquery.fancybox.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3000/app/assets/fancybox/jquery.fancybox.js?v=2.0.6
Railsコードを使用する必要がありますか?
これのようなものですか?
<%= javascript_include_tag "application" %>
Railsコードに慣れていないので、オリジナルのhtmlコードを使用しました。それが問題だと思いますが、ここにパスを追加する方法がわかりません。