Sha256: a1c7112c53454dc326ffb8def6eee20121615775ec684e7f256802b34c2c2b06

Contents?: true

Size: 335 Bytes

Versions: 3

Compression:

Stored size: 335 Bytes

Contents

require 'rubygems'
require 'ramaze'

# Add the directory this file resides in to the load path, so you can run the
# app from any other working directory
$LOAD_PATH.unshift(__DIR__)

# Initialize controllers and models
require 'controller/init'
require 'model/init'

Ramaze.start(:adapter => :webrick, :port => 7000) if __FILE__ == $0

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
Pistos-ramaze-2009.04.08 lib/proto/start.rb
manveru-ramaze-2009.04.01 lib/proto/start.rb
manveru-ramaze-2009.04.08 lib/proto/start.rb