2012年05月06日21:17 カテゴリrails assetsのprecompileについて railsアプリをherokuにアップロードしてproductionモードで動かした時にハマった。。。 「heroku logs」で「~ isn't precompiled」とかいうエラーが出てた。 これは、assetsを事前にコンパイルしてないと出るエラーだ。 いつもはdevelopmentモードで開発してて気づかなかったのだが、 developmentモードでは逐次コンパイルされる設定になっていて productionモードではデフォルトで逐次コンパイルはされない設定になっている。 config/environments/production.rb config.assets.compile = false この設定は、コンパイル済みのファイルが見つからなかったら 逐次コンパイルするという
I have a Rails app that I'm trying to test in the production environment. I ran RAILS_ENV=production rake assets:precompile which generated all of my assets in /public/assets. The problem is that when I start my app w/ RAILS_ENV=production rails s thin I get: ActionController::RoutingError (No route matches [GET] "/assets/application-eff78fd67423795a7be3aa21512f0bd2.css"): This file does exist tho
I have problem with assets in production. I can't load stylesheets, javascripts or even images. When I try to access to something, it shows me error - not found But when I try to access with -digest, it's ok. I have assets precompiled, successfully deployed via capistrano with manifest -> assets_manifest.json Thanks Log: stylesheet error (stylesheet loaded with themes_for_rails gem) When I try acc
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く