@bbatsov has done an awesome job in convening the Ruby on Rails style guide. If you are using it, you should also run rubocop/houndci during builds.
These are a few of my personal preferences/templates for new(’ish) files.
- Create gem/template script so I can override rails generators.
- Model.rb: I’ve created this model so I can quickly drop the layout into new models.