From 33aa58517c12a73feee79aaa1f2914aedeb4858f Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 26 Oct 2023 09:40:48 -0700 Subject: [PATCH] Remove active_type recommendation --- Gemfile.tt | 1 - README.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/Gemfile.tt b/Gemfile.tt index 90189751..d31ba0fc 100644 --- a/Gemfile.tt +++ b/Gemfile.tt @@ -3,7 +3,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "<%= RUBY_VERSION %>" -gem "active_type" <%= gemfile_entry "bcrypt", force: true -%> <%= gemfile_entry "bootsnap" -%> <%= gemfile_entry "cssbundling-rails" unless install_vite? -%> diff --git a/README.md b/README.md index ef268af0..64d512be 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ If you don't specify `--javascript vite`, then this template will use the standa #### These gems are added to the standard Rails stack * Core - * [active_type][] – for building simple and effective form/service objects * [sidekiq][] – Redis-based job queue implementation for Active Job * Configuration * [dotenv][] – for local configuration @@ -127,7 +126,6 @@ This temporary directory is then added to the `source_paths` of the Rails genera Rails generators are very lightly documented; what you’ll find is that most of the heavy lifting is done by [Thor][]. The most common methods used by this template are Thor’s `copy_file`, `template`, and `gsub_file`. You can dig into the well-organized and well-documented [Thor source code][thor] to learn more. -[active_type]:https://github.com/makandra/active_type [sidekiq]:http://sidekiq.org [dotenv]:https://github.com/bkeepers/dotenv [annotate]:https://github.com/ctran/annotate_models