class

Sprockets::Config

Inherits Reference < Object

Constructors

new(filename : String)
Source

Instance methods

assets_debug
Source
assets_digest
Source
assets_directories

list of source directories of our asset files

Source
assets_fake_copy
Source
assets_gzip
Source
assets_javascript_dir

directory where the application javascript file is located

Source
assets_javascript_index

the javascript index (or application) file

Source
assets_minified
Source
assets_precompile

list of files needing precompilation

Source
assets_prefix
Source
assets_public_directory
Source
assets_quiet
Source
assets_raise_error
Source
assets_static_files

list of static asset files

Source
assets_stylesheet_dir

directory where the application stylesheet file is located

Source
assets_stylesheet_index

the stylesheet index (or application) file

Source
assets_version
Source
database_logmode
Source
database_name
Source
database_password
Source
database_user
Source
email
Source
email_pop
Source
email_smtp
Source
filename
Source
filename=(filename : String)
Source
host
Source
mode
Source
modus
Source
modus=(modus : String)
Source
port
Source
read_bool(key1 : String, key2 : String, key3 : String) : Bool
Source
read_bool(key1 : String, key2 : String) : Bool
Source
read_int(key1 : String, key2 : String) : Int32
Source
read_int(key : String) : Int32
Source
read_string(key1 : String, key2 : String, key3 : String) : String
Source
read_string(key1 : String, key2 : String) : String
Source
read_string(key : String) : String
Source
read_strings(key1 : String, key2 : String, key3 : String) : Array(String)
Source
root_dir
Source
ssl_host
Source
yaml
Source
yaml=(yaml : YAML::Any)
Source