Removed list of gems specified in the initialization guide

This commit is contained in:
Ghouse Mohamed 2022-02-22 01:05:54 +05:30
parent 7b1f65e8f5
commit aa9a2c1b7f
1 changed files with 0 additions and 29 deletions

View File

@ -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