Building Ruby Projects with Bundler and the Bamboo Ruby Plugin

The latest release of the Ruby plugin I develop for Atlassian Bamboo now includes some new configuration options for Bundler along with a number of other additions and improvements. In this post I want to focus on the new options available in the Bundler task, and illustrate how they are used to make Ruby builds simpler. In the past with my plugin the administrator of the CI server had two options when managing the gems associated with a build:...

June 20, 2012 3 min

Bundler gems and binstubs

I have been working on an update of my Bamboo ruby plugin which uses bundler to install all the gems for a given project within the working copy of the project and then run rake using these gems. The aim of this post is to illustrate how this is done and how to craft an environment to run ruby once gems are “staged” within a working copy. The aim of this post is to illustrate how a rails project is staged using bundler without installing any gems in the base ruby installation....

June 11, 2012 3 min