This document provides tips and tricks for front end development on Rails. It discusses proper use of HTML elements like headers, lists, IDs and classes. It also covers CSS topics like specificity and preprocessors like SASS. JavaScript techniques for unobtrusive DOM manipulation are presented, including replacing traditional link confirmation dialogs with AJAX calls. Form helpers, RESTful routing and using JSON for AJAX responses are also summarized.