Sha256: 0af21269a8b635b2420fdead4f056f35af2372133e0bcbd28c29bcca48d61d54
Contents?: true
Size: 643 Bytes
Versions: 2
Compression:
Stored size: 643 Bytes
Contents
## # Specify the root directory. This is required since there are multiple directories # to load resources from. This directory will be used for the database logger, modes, etc. # Zen.options.root = __DIR__('../') ## # UTF-8 bitches. # Zen.options.encoding = 'utf8' ## # Sets the language to use in the event of the database settings not being set correctly. # Zen.options.language = 'en' ## # Set the application's mode. Available modes are "dev" and "live" # Ramaze.options.mode = :dev ## # The session identifier to use for cookies. # Ramaze.options.session.key = 'zen.sid' ## # View caching. # Ramaze::View.options.cache = false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zen-0.2.4.1 | proto/app/config/config.rb |
zen-0.2.4 | proto/app/config/config.rb |