Chapter 5. Filling in the Layout

In the process of taking a brief tour of Ruby in Chapter 4, we learned about including the application style sheet in the sample application (Section 4.1), but (as noted in Section 4.3.4) the style sheet doesn’t yet contain any CSS. In this chapter, we’ll start filling in the custom style sheet by incorporating a CSS framework into our application, and then we’ll add some custom styles of our own.1 We’ll also start filling in the layout with links to the pages (such as Home and About) that we’ve created so far (Section 5.1). Along the way, we’ll learn about partials, Rails routes, and the asset pipeline, including an introduction to Sass (Section 5.2). We’ll end by taking a first important step toward letting ...

Get Ruby on Rails Tutorial: Learn Web Development with Rails, Third Edition 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.