Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 533 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 533 Bytes

Rails-Templates

Create Ruby on Rails applications faster than it already is.

TLDR Template Web

This template includes:

  • Rspec-Rails
  • Shoulda Matchers
  • Database Cleaner
  • Faker
  • FactoryBot
  • Devise

Use it

rails new -T -d postgresql -m ../path/to/template/tldrtemplate.rb

TLDR Template Mobile for TurboNative apps

This template includes:

  • Bcrypt
  • Strada

Use it

rails new myapp -a propshaft --css tailwind -m ../path/to/template/tldrtemplate.rb