Tutorial search

Ruby on Rails Tutorials
Tutorials
Stuff
Affiliates

Ruby on Rails Refactoring Tutorials


We hope that you will enjoy our Ruby on Rails Refactoring tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own Ruby on Rails Refactoring tutorials to our site. Thank you !

Sort by:
Layouts and content_for
Layouts and content_for
If you want to change something in the layout on a per-template basis, content_for is your answer! This allows templates to specify view code that can be placed anywhere in a layout.
Category: Ruby on Rails tutorials > Refactoring - Difficulty:
Move Find into Model
Move Find into Model
Move a find into the model to clean up the controllers and remove duplication. Also see how you can call these custom find methods through an association.
Category: Ruby on Rails tutorials > Refactoring - Difficulty:
Total Tutorials in Category: 2