Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ruby Tuesday - Template Your Way to Heaven

Avatar for Thành Thành
October 06, 2020

Ruby Tuesday - Template Your Way to Heaven

How init new application using Rails Template

Avatar for Thành

Thành

October 06, 2020
Tweet

Other Decks in Programming

Transcript

  1. Add-ons Variants Testing . ├── .template │ ├── addons │

    │ └── docker │ │ ├── ... │ │ └── template.rb │ └── variants │ │ ├── api │ │ │ ├── ... │ │ │ └── template.rb │ │ └── web │ │ ├── ... │ │ └── template.rb │ └── spec ├── app ├── bin ├── config ├── spec ├── ... ├── README.md ├── README.md.tt └── template.rb