I’ve created a free 9 day course on Refactoring Ruby on Rails Controllers. It discusses and reviews 9 refactorings that I recently did to ChiliProject’s ProjectsController including: Auditing dead code (or zombie code that looks dead but could come back to life and bite you later) The wrong way to use filters Consolidating your guards …