Skip to content

coderberry/rails-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 18, 2023
0f63d6b · Jul 18, 2023

History

6 Commits
Jul 18, 2023
Jul 17, 2023
Jul 17, 2023
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Jul 17, 2023
Jul 17, 2023
Oct 2, 2022
Oct 2, 2022
Oct 2, 2022
Jul 18, 2023
Jul 18, 2023

Repository files navigation

Rails Template

An opinionated Rails 7+ application template.

Included gems

  • arel-helpers
  • bullet
  • devise
  • friendly_id
  • name_of_person
  • sidekiq
  • vite_rails
  • whoop
  • annotate
  • magic_frozen_string_literal
  • codecov
  • model_probe
  • organize_gemfile
  • simplecov
  • sord
  • standard
  • factory_bot_rails
  • rspec-rails

How it works

When creating a new rails app simply pass the template file through.

Creating a new app

rails new sample_app --database=postgresql \
  --skip-spring \
  --skip-test \
  --skip-asset-pipeline \
  --skip-javascript \
  -m https://raw.githubusercontent.com/coderberry/rails-template/main/template.rb

About

An opinionated Rails 7+ application template.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published