From aa9a2c1b7febc62141511a2dd012da3d431f8b92 Mon Sep 17 00:00:00 2001 From: Ghouse Mohamed Date: Tue, 22 Feb 2022 01:05:54 +0530 Subject: [PATCH] Removed list of gems specified in the initialization guide --- guides/source/initialization.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 1f261661f9..386932e2c8 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -63,35 +63,6 @@ dependencies of the application. `config/boot.rb` sets exists, then `bundler/setup` is required. The require is used by Bundler to configure the load path for your Gemfile's dependencies. -A standard Rails application depends on several gems, specifically: - -* actioncable -* actionmailer -* actionpack -* actionview -* activejob -* activemodel -* activerecord -* activestorage -* activesupport -* actionmailbox -* actiontext -* arel -* builder -* bundler -* erubi -* i18n -* mail -* mime-types -* rack -* rack-test -* rails -* railties -* rake -* sqlite3 -* thor -* tzinfo - ### `rails/commands.rb` Once `config/boot.rb` has finished, the next file that is required is