Sha256: c11a454847178700a43133a0f8681b4ec6c45fb022962bcb645ebe39aa29e0df

Contents?: true

Size: 353 Bytes

Versions: 5

Compression:

Stored size: 353 Bytes

Contents

# Use this file directly like `ruby start.rb` if you don't want to use the
# `ramaze start` command.
# All application related things should go into `app.rb`, this file is simply
# for options related to running the application locally.

require File.expand_path('../app', __FILE__)

Ramaze.start(:adapter => :webrick, :port => 7000, :file => __FILE__)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ramaze-2010.06.18 lib/proto/start.rb
ramaze-2010.04.04 lib/proto/start.rb
ramaze-2010.04 lib/proto/start.rb
ramaze-2010.03 lib/proto/start.rb
ramaze-2010.01 lib/proto/start.rb