Sha256: c1cd2a3b68edcfbe6b80c1ae60686b346e79a50b98b95a5b6aa9298c4ba6db8e
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
#!/usr/bin/env ruby # 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__) Ramaze.start(:adapter => :webrick, :port => 7000, :file => __FILE__)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ramaze-2011.01.30 | lib/proto/start.rb |
ramaze-2011.01 | lib/proto/start.rb |