search for: bundle_install

Displaying 2 results from an estimated 2 matches for "bundle_install".

2011 Jan 10
2
Problem with multiple requires in Ruby DSL
...on two things at once, it simply fails, and I''m stumped as to why. The error message is: Parameter require failed: No title provided and "[ Exec[git-/usr/local/ resque-runner], Rvm_install[1.9.2-p136]]" is not a valid resource reference My definition looks like this: define :bundle_install, :rvm do rvm_exec "bundle-#{@name}", :command => "bundle install --without production", :ruby => @rvm, :path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin", # this alone works: #:require => "...
2013 Mar 01
7
Why so many worker threads?
Hello! Can anyone explain why my Unicorn installation (for RoR site) have so many worker threads? * screenshot: http://i.stack.imgur.com/U9TFR.png * unicorn.rb: https://gist.github.com/907th/4995323 Thanks!