Capistranoでassets:precompileとbundle:installの順序が逆?
785 ワード
Rails3.1をCapistrano(2.11.2)でデプロイしようとして、assets:precompileをデプロイ先で動かそうと
Capfile
load 'deploy/assets'
を有効にしたところエラーとなった。bundle:installの前に bundle exec rake assets:precompileが動いているように見えるため、下記をdeploy.rbに書いたら解決した
deploy.rb
before "deploy:assets:precompile", "bundle:install"
capistrano(2.11.2)のバグと見た
Author And Source
この問題について(Capistranoでassets:precompileとbundle:installの順序が逆?), 我々は、より多くの情報をここで見つけました https://qiita.com/sawamur@github/items/bbd7f852d08ffc942819著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .