Configuration
Description
The config
directory contains more configurations in addition to those in the core application file. These configurations are stored in separate configuration files or directories:
Logging -
config/logging.rb
Asset pipeline -
config/assets.rb
Database -
config/database.yml
Initializers -
config/initializers
Other configuration files may also be generated with some Eucalypt
commands. For example, setting up authentication will generate a config/warden.rb
file, or setting up authorization will generate a config/pundit.rb
file.
Last updated