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