Reusable Ruby on Rails Application Templates
Play
8:09 CC

Reusable Ruby on Rails Application Templates

#241 May 10, 2020 pro
Application Templates are a great way to get a base for your application. However, once you have used the template, it doesn't serve any further purpose. In this episode, we look at the power of Templates in a reusable application for existing applications.

Templating Ruby on Rails Applications
Play
12:22 CC

Templating Ruby on Rails Applications

#163 Dec 9, 2018 pro
There is a lot of work that is done on new applications and a lot of the common code between new applications. In this episode, we look at using templates to speed up the initial process.

Creating Custom Ruby on Rails Generators
Play
11:02 CC

Creating Custom Ruby on Rails Generators

#89 Jul 16, 2017 free
Simplify your workflow by using custom generators to streamline the creation of files and templates that you use often.