Episodes tagged with “refactoring”
-
10
Refactoring User Name Part 1
This episode will show you how to move code from the view into the model to reduce duplication and clean up the view.
Tags: refactoring
-
11
Refactoring User Name Part 2
Having moved code from the view to the model in part one, we'll refactor it and write some tests to make sure it all still works as expected.
Tags: refactoring testing
-
12
Refactoring User Name Part 3
In the final part of the episodes on testing and refactoring we'll refactor our test code.
Tags: refactoring testing
-
30
Pretty Page Title
It's easy to avoid giving each page in your Rails applications its own title. Here we'll show you an easy way to do it.
Tags: views refactoring
