Rails Templates

screenshot of Rails Templates

Handy rails templates

Overview:

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.

Features:

  • default-production.rb: A template for starting greenfield production projects.
  • default-prototype.rb: A template for generating quick web application prototypes.

Summary:

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.