Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Remove active_type recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Oct 26, 2023
1 parent bc1997e commit 33aa585
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -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? -%>
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 33aa585

Please sign in to comment.