Sha256: bcd6cf46cc8a8c65dda88d02cc8ffdad4b745ed1eed1b1f41b8fcfb6f1075de6

Contents?: true

Size: 364 Bytes

Versions: 19

Compression:

Stored size: 364 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.dirname(__FILE__))

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

Version data entries

19 entries across 19 versions & 4 rubygems

Version Path
Pistos-ramaze-2009.06.12 lib/proto/start.rb
manveru-ramaze-2009.04.18 lib/proto/start.rb
manveru-ramaze-2009.04.22 lib/proto/start.rb
manveru-ramaze-2009.04 lib/proto/start.rb
manveru-ramaze-2009.05.08 lib/proto/start.rb
manveru-ramaze-2009.05 lib/proto/start.rb
manveru-ramaze-2009.06.04 lib/proto/start.rb
manveru-ramaze-2009.06.12 lib/proto/start.rb
manveru-ramaze-2009.06 lib/proto/start.rb
manveru-ramaze-2009.07 lib/proto/start.rb
rjspotter-ramaze-2009.06.29 lib/proto/start.rb
rjspotter-ramaze-2009.06.31 lib/proto/start.rb
ramaze-2009.10 lib/proto/start.rb
ramaze-2009.07 lib/proto/start.rb
ramaze-2009.04 lib/proto/start.rb
ramaze-2009.05 lib/proto/start.rb
ramaze-2009.06.04 lib/proto/start.rb
ramaze-2009.06 lib/proto/start.rb
ramaze-2009.06.12 lib/proto/start.rb