Code Monkey home page Code Monkey logo

Comments (12)

gucki avatar gucki commented on May 13, 2024

There's an easy workaround for now, just add before "deploy:assets:precompile", "bundle:install" to your deploy.rb

from capistrano.

leehambley avatar leehambley commented on May 13, 2024

@cgriego ping

from capistrano.

cgriego avatar cgriego commented on May 13, 2024

@gucki Can yo share your Capfile, deploy.rb (obfuscating anything sensitive), and Bundler version?

from capistrano.

gucki avatar gucki commented on May 13, 2024

@cgriego I could post my configuration files, but they are pretty much standart. bundler is at 1.0.15. Looking at the sources I mentioned you can easily see why bundle:install is called after deploy:assets:precompile.

In bundler capistrano recipe: after "deploy:finalize_update", "bundle:install"
In capistrano assets: before 'deploy:finalize_update', 'deploy:assets:symlink'

If you still need my configs, please let me know and I'll post them asap.

from capistrano.

cgriego avatar cgriego commented on May 13, 2024

@gucki I need to see them. Specifically how you're loading the deploy, deploy/assets, and bundler recipes.

from capistrano.

gucki avatar gucki commented on May 13, 2024

@cgriego: Ok, here they are :)

deploy.rb: http://pastie.org/2375072
Capfile: http://pastie.org/2375074

from capistrano.

cgriego avatar cgriego commented on May 13, 2024

I'm sorry I haven't responded back. Past couple of days got away from me, and then the issue turned out to be more subtle than I expected. Just wanted to let you know I haven't forgotten you.

from capistrano.

gucki avatar gucki commented on May 13, 2024

@cgriego Thanks for keeping me updated, very nice :)

from capistrano.

jdcrutchley avatar jdcrutchley commented on May 13, 2024

Bundle install isn't the only issue. I have a custom task I was running after deploy:update_code to write my production database.yml files. If this doesn't go before the asset precompile, I get a failure because rake isn't loading right. There are other post-code-update things people might want to do as well that may affect how it runs. I ended up moving it to before deploy:finalize_update, but it feels wrong and brittle to have to jigger things around like that.

Would before deploy:symlink be so bad? I can't think of anything else that would depend on this update except for the running app, so it seems like a good place to make it happen without being affected by anything else.

from capistrano.

gucki avatar gucki commented on May 13, 2024

@cgriego Any news? :) What are the problems you are facing?

from capistrano.

cgriego avatar cgriego commented on May 13, 2024

Okay, there are two options here.

  1. Upgrade Bundler to 1.0.18 on the deploying machine. It includes a change to the Capistrano hook.
  2. Move the require 'bundler/capistrano' line from the deploy.rb file to the Capfile between loading the deploy and deploy/assets files.

from capistrano.

gucki avatar gucki commented on May 13, 2024

Seems to be working fine for me now using bundler 1.0.18, so I'm closing this issue. Thanks!

from capistrano.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.