August 2014
Intermediate to advanced
276 pages
6h 20m
English
In this chapter, we will look at the various tools involved in setting up CI for Ruby projects. We will be covering Ruby Version Manager (RVM), rbenv, Bundler, Rake, and RSpec. We will also look at how these tools come together and integrate with features provided by TeamCity.
Ruby on Rails (or just Rails) is one of the most popular MVC frameworks used to develop web applications. Since Rails requires many of the Ruby tools, such as Bundler and Rake, and comes with a lot of best practices and conventions out of the box, we will use a sample Rails project in this chapter. By using a Rails-based sample project, the idea is to cover the breadth of Ruby (and Rails) support in TeamCity. ...