Skip to content

Commit

Permalink
Merge pull request #44493 from ghousemohamed/patch-9
Browse files Browse the repository at this point in the history
removed list of gems rails 7 specified in the Rails initialization guide [ci-skip]

(cherry picked from commit 65c1063)
  • Loading branch information
jonathanhefner committed Feb 21, 2022
1 parent 631e5aa commit eccc782
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions guides/source/initialization.md
Expand Up @@ -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
Expand Down

0 comments on commit eccc782

Please sign in to comment.