Post

Capistrano support for propshaft

Propshaft เป็น asset pipeline ใหม่ของ rails ในกรณีนี้หากเราใช้ propshaft และ deploy ด้วย capistrano จะ deploy ไม่ผ่าน เราจะต้องเพิ่มโค้ดนี้ลงใน config/deploy.rb เสียก่อน:

1
2
3
set :assets_manifests, -> {
    [release_path.join("public", fetch(:assets_prefix), '.manifest.json')]
}

References

  • https://github.com/capistrano/rails/issues/257
This post is licensed under CC BY 4.0 by the author.