Sha256: ad80c132c0b428202a5924d2d98bf92202cc17c04df38a2dd26f480d59ef5278
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 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( :root => Ramaze.options.roots, :started => true, :adapter => Ramaze::Adapter.options.handler, :port => Ramaze::Adapter.options.port )
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
zen-0.2.4.1 | proto/app/start.rb |
zen-0.2.4 | proto/app/start.rb |
zen-0.2.3 | proto/app/start.rb |
zen-0.2 | proto/app/start.rb |