What is the recommended setup for a Rails application running in the production environment with regards to gem management? Bundler handles dependency resolution, installing, updating, etc. well, but
I have a bunch of Rails3 projects under active development, and Bundler normally behaves just fine. On one project, whenever I run bundle install, it vendorizes ruby its self -- binaries and all. Why?
My issue is identical to this: require 'bundler/capistrano' breaks capistrano Except it seems I am using correct ruby versions.
When I try to run some rspec test cases I\'m getting this error I\'m using linux rails 3.0.0, ruby 1.9.2 (with RVM)
As part of the RSpec, i need to reference a file contained in a gem I am depending on (call it gem foo).I control gem foo, so I can make changes to it as needed.
My rails applications run on a shared host. I don\'t have access to a commandline and can\'t run the bundle command. I can run a few pre-selected rake commands.
I\'m trying to deploy a Rails app that uses Bundler via Capistrano. Running cap deploy:cold gives this:
If I run bundle install , everything passes. I reboot nginx, and when I visit the site I see the passenger error with this :
I installed everything from the bottom up and thought it was working fine until I ran a bundle install
I just wanted to install the bundler gem. I have no problems installing it. But when I install it and hit \"bundle \", I get \"command \'bundle\' not found\". When I then enter again \"gem install bu