Part 2:Ruby and the Web
In this part, you will get an introduction to how Ruby is used in web development through the most popular Ruby framework, Ruby on Rails. In addition to this, you will learn the basics of database handling and views, and finally, get an overview of the differences in hosting for Ruby on Rails applications in comparison to PHP applications.
This part has the following chapters:
- Chapter 7, Understanding Convention over Configuration
- Chapter 8, Models, DBs, and Active Record
- Chapter 9, Bringing It All Together
- Chapter 10, Considerations for Hosting Rails Applications versus PHP Applications