Sha256: bc712d2db1929a172265bab6ccbed629e55d9dfc60f2815b81a704db90aaf75a

Contents?: true

Size: 381 Bytes

Versions: 12

Compression:

Stored size: 381 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 'ramaze'
require File.expand_path('app', File.dirname(__FILE__))

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

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
gettalong-webgen-0.5.8.20090507 data/webgen/webgui/start.rb
gettalong-webgen-0.5.9.20090620 data/webgen/webgui/start.rb
gettalong-webgen-0.5.9.20090626 data/webgen/webgui/start.rb
webgen-0.5.17 data/webgen/webgui/start.rb
webgen-0.5.15 data/webgen/webgui/start.rb
webgen-0.5.14 data/webgen/webgui/start.rb
webgen-0.5.13 data/webgen/webgui/start.rb
webgen-0.5.12 data/webgen/webgui/start.rb
webgen-0.5.11 data/webgen/webgui/start.rb
webgen-0.5.10 data/webgen/webgui/start.rb
webgen-0.5.9 data/webgen/webgui/start.rb
webgen-0.5.8 data/webgen/webgui/start.rb