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