Introduction
By the end of this book, you’ll be able to:
- know where to put your html, css, & js within the structure of a ruby on rails app
- how rails routes requests to controllers
- using views, layouts, and partials in controllers
- what the asset pipeline is and how to use it
- how controllers and views in rails work together to render a response in the browser
- how data is added to views and how to link to the data in your html