私は2つのレイアウトを持っています.1つはapplication.html.erb
post.html.erbpost.html.erb
を使用しています
のすべてのページapplication .html.erb
は機能していますが、レイアウトのあるページpost
はプロダクション モードでのみ機能していません。
error.log
エラーの取得を参照すると
ActionView::Template::Error (Permission denied - /var/rails_apps/domain.com/releases/20131025170245/tmp/cache/assets/production/sprockets/82446875410ad6d3314b2a4bb29a4945):
4: <title><%= content_for?(:title) ? "Domain - " + yield(:title) : "Domain" %></title>
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
6: <%= stylesheet_link_tag "post", media: "all", "data-turbolinks-track" => true %>
7: <%= javascript_include_tag "post", "data-turbolinks-track" => true %>
8: <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
9: <%= csrf_meta_tags %>
10: </head>
pp/views/layouts/post.html.erb:7:in `_app_views_layouts_post_html_erb__192281524152602475_69920226629340'
私はそれがどのように可能であるかに許可を設定しました0777
。誰でも助けることができます。