Sha256: 8024f2a8fc2eada0d8fa892dc0245f3539407efdf07af18005c880f6aba5712a
Contents?: true
Size: 267 Bytes
Versions: 11
Compression:
Stored size: 267 Bytes
Contents
#!/usr/bin/env ruby # # File that can be used to start the application as following: # # $ ramaze start # $ ruby start.rb # $ ./start.rb # require File.expand_path('../app', __FILE__) Ramaze.start(:adapter => :webrick, :port => 7000, :file => __FILE__)
Version data entries
11 entries across 11 versions & 1 rubygems