Table of Content
Ruby on Rails 101 – Chapter 5
written by Thomas Mak.
In this chapter, we will build a photo gallery with management.
- Setting up the project
- Building the photo model
- Building the photo controller and view
- Using Partial View
- Dynamic title with content_for
- Adding album resource
- Associate photo to album
- Introducing asset pipeline
What’s next? We’re going to take a look at “Setting up photo gallery project”.