Bundler, oh, I hate thou

Another merry joke from my bundler friend. If you ever switch to deployment mode (using the bundle install –deployment command), do not come and cry if bundler starts saying: When you have : gem list *** LOCAL GEMS *** gemname (version) Instead remove the lock: bundle install --no-deployment And voilà. Short post, but this issue made me mad for half an hour.

1 min

Rbenv, chef and bundler

What we aim We’re trying to use rbenv in our infrastructure in order to achieve the following multiple goals: Use the latest REE ruby runtime Switch to Ruby 1.9 for chef Prepare the migration to rails 3 and Ruby 1.9 for the main web application So far, I’ve managed to install rbenv system wide on the servers using Riot Games excellent cookbook. A simple: require_recipe "rbenv" # Setup the rubies PICOR_RUBY="ree-1....

3 min