
Handy rails templates
The article discusses two Ruby on Rails application templates that the author finds useful for their primary development modes. The first template, default-production.rb, is used to initiate every greenfield production project. The second template, default-prototype.rb, is used to generate a quick web application prototype.
The article discusses two Ruby on Rails application templates that serve different purposes. The default-production.rb template is used for starting greenfield production projects, while the default-prototype.rb template is used to generate quick web application prototypes. Unfortunately, further information or installation instructions for the templates are not provided in the content provided.
