Sha256: a10cdc6b40316c52c8c2fe08965db4f87340852207efc01e027ee517267b4989
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
blogaze-0.2.0 | proto/start.rb |
blogaze-0.1.0 | proto/start.rb |
blogaze-0.0.3 | proto/start.rb |
blogaze-0.0.2 | proto/start.rb |
blogaze-0.0.1 | proto/start.rb |