Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 601 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 601 Bytes

App Template for Demystifying Rails Book

This is a template to start off with for going through the Demystifying Rails Book.

The pry gem has been included in this application to help readers debug their application as they build it up. You will only need to add in a binding.pry to the file you wish to inspect, requiring pry will not be necessary.

Throughout the book there may be instances where you need to create a file or folder that is referenced in the book. If you don't see that file in this template app, then create it yourself under the directory specified in the chapter text.