Chapter 12. RubyGems and Rails Preparation

image with no caption

In this chapter, we’ll discuss Ruby’s package-management system, RubyGems, as well as Ruby’s most prominent web development framework, Rails. These somewhat disparate subjects are lumped together because the “canonical” way to install Rails is with the RubyGems software. By the end of this chapter, you will be able to install Rails via RubyGems and understand the basic structure and purpose of the files that make up a Rails application.

RubyGems

Good operating systems have good package-management systems—software that can keep track of the other software needed or provided by that operating system and make ...

Get Ruby by Example 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.