Chapter 6. TeamCity for Ruby Projects

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.

Getting started with Rails

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. ...

Get Learning Continuous Integration with TeamCity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.