Implicit Layout rendering in Rails
Using layouts to uncover your application's boundaries
Apr 16, 20237 min read1.3K
Search for a command to run...
Series
In this series you will learn how Rails defines which layout to use and embrace its conventions to uncover your application's underlying architecture.
Using layouts to uncover your application's boundaries
Leverage Rails' conventions to clean up layouts on a per controller basis
Part 3: Making shared, data-rich layouts for subsections of your apps