eucalypt
0.8.0
0.8.0
  • eucalypt
  • Installation
  • CLI
    • Core
      • Init
      • Launch
      • Console
      • Test
      • Version
      • Rake
      • Help (-H)
    • Generate
      • Controller
      • Helper
      • Model
      • Scaffold
    • Destroy
      • Controller
      • Helper
      • Model
      • Scaffold
    • Blog
      • Setup
      • Article
        • List
        • Generate
        • Destroy
        • Edit
          • Urltitle
          • Datetime
    • Migration
      • Blank
      • Types
      • Create
        • Table
      • Add
        • Index
        • Column
      • Drop
        • Table
        • Index
        • Column
      • Rename
        • Table
        • Index
        • Column
      • Change
        • Column
    • Security
      • Warden
        • Setup
      • Pundit
        • Setup
      • Policy
        • Role
          • Generate
        • Permission
          • Generate
        • Generate
  • Features
    • Controllers
    • Helpers
    • Views
      • Layouts
      • Partials
    • Static data
    • Core application file
    • Configuration
      • Logging
      • Asset pipeline
        • Manifest asset files
      • Initializers
      • Database
    • Manifest accessor
    • Application path helpers
    • Blog environment
      • Articles
    • Authentication
    • Authorization
    • Rendering static files
    • Maintenance mode
Powered by GitBook
On this page
  1. Features

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.

PreviousCore application fileNextLogging

Last updated 6 years ago