You are on page 1of 1

Contents

Changes . . . . . . . . . . . . . . vii

Preface to the Rails 7 Edition . . . . . . . . . ix


Introduction . . . . . . . . . . . . . xi

Part I — Getting Started


1. Installing Rails . . . . . . . . . . . . 3
Installing on Windows 4
Installing on macOS 7
Installing on Linux 9
Choosing a Rails Version 13
Setting Up Your Development Environment 14
Rails and Databases 18

2. Instant Gratification . . . . . . . . . . . 21
Creating a New Application 21
Hello, Rails! 24
Linking Pages Together 30
When Things Go Wrong 33

3. The Architecture of Rails Applications . . . . . . 37


Models, Views, and Controllers 37
Rails Model Support 40
Action Pack: The View and Controller 42

4. Introduction to Ruby . . . . . . . . . . 45
Ruby Is an Object-Oriented Language 45
Data Types 47
Logic 51
Organizing Structures 54

You might also like