Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 586 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 586 Bytes

Styleguide++

@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.

TODOS

  • Create gem/template script so I can override rails generators.

Models

  • Model.rb: I’ve created this model so I can quickly drop the layout into new models.