Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 402 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 402 Bytes

rails-templates

Two handy Ruby on Rails application templates I use for my primary development modes.

default-production.rb is used to start out every greenfield production project.

default-prototype.rb is used to generate a quick web application prototype. You can read more about this on this blog post.