This document announces a Rails code club meeting. The meeting will include Rails Tuesday, independent Rails Bridge practice, and a board game. The meeting starts at 19:30. The document then outlines four techniques for refactoring Rails code: 1) intention revealing methods, 2) special case objects, 3) replacing methods with method objects, and 4) service objects. It provides examples and explanations of each technique. Additional resources on service objects are also listed.