Course
Skills Expanded
Rails Rendering
This course teaches how to create a template handler, a custom renderer, and a file resolver for Rails, taking a deep dive into the Rails rendering stack along the way.
What you'll learn
Have you ever been curious about that Rails magic? Have you found the code daunting? In this course, we will create a template handler, a custom renderer, and a file resolver. Along the way we will explore the Rails rendering stack and get a better handle on the Rails code, which will make the custom code work easy!
Table of contents
A Simple Renderer
5mins
The Render Process
40mins
A More Complete Render
50mins
The Resolver Process
17mins
Creating a File Resolver
28mins