Sha256: 93e64e92efe9be8d7a8d0bd726228813b39b4512fedb0ca8311cbb01d0bc3bdf
Contents?: true
Size: 537 Bytes
Versions: 27
Compression:
Stored size: 537 Bytes
Contents
#!/usr/bin/env rackup # start.ru for ramaze apps # use thin>=0.6.3 # thin start -r start.ru # # rackup is a useful tool for running Rack applications, which uses the # Rack::Builder DSL to configure middleware and build up applications easily. # # rackup automatically figures out the environment it is run in, and runs your # application as FastCGI, CGI, or standalone with Mongrel or WEBrickâall from # the same configuration. require 'start' Ramaze.trait[:essentials].delete Ramaze::Adapter Ramaze.start! run Ramaze::Adapter::Base
Version data entries
27 entries across 27 versions & 6 rubygems