Sha256: 41430728d468d19f5d6832bb3f22a2a563146e10a12f67e5cbdb395fb24b6ba4
Contents?: true
Size: 410 Bytes
Versions: 10
Compression:
Stored size: 410 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'ramaze' include Ramaze require 'src/controller/main' require 'src/element/page' require 'src/model' # mode selects the config-file. # benchmark | debug | stage | live | silent mode = 'debug' Global.setup YAML.load_file("conf/#{mode}.yaml") start
Version data entries
10 entries across 7 versions & 2 rubygems