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

Version Path
ramaze-0.0.9 examples/todolist/main.rb
ramaze-0.0.7 lib/proto/main.rb
ramaze-0.0.8 examples/todolist/main.rb
ramaze-0.0.8 lib/proto/main.rb
ramaze-0.0.6 lib/proto/main.rb
ramaze-0.0.9 lib/proto/main.rb
ramaze-0.1.0 lib/proto/main.rb
ramaze-0.1.0 examples/todolist/main.rb
swiftiply-0.5.0 test/ramaze/main.rb
swiftiply-0.5.1 test/ramaze/main.rb