My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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 :force => true
run Ramaze::Adapter::Base
Show details Hide details

Change log

r113 by rogerpack2005 on Jul 03, 2008   Diff
ramaze init
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 551 bytes, 16 lines
Hosted by Google Code