My favorites
|
Sign in
ruby-roger-useful-functions
useful programs
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r260
Source path:
svn
/
trunk
/
asymy
/
fibers
/
mongrel_test
/
ramaze19_here
/
ru.start
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:
...mongrel_test/asymy_fiber_stop.rb
..._test/connection_pool_fibered.rb
.../mongrel_test/fibered_mongrel.rb
...l_test/mongrel_with_db_pooled.rb
...ibers/mongrel_test/ramaze19_here
...el_test/ramaze19_here/controller
...ramaze19_here/controller/main.rb
...mongrel_test/ramaze19_here/model
...ongrel_test/ramaze19_here/public
...el_test/ramaze19_here/public/css
...here/public/css/ramaze_error.css
...maze19_here/public/dispatch.fcgi
...ramaze19_here/public/favicon.ico
...rel_test/ramaze19_here/public/js
...amaze19_here/public/js/jquery.js
.../ramaze19_here/public/ramaze.png
...grel_test/ramaze19_here/ru.start
.../mongrel_test/ramaze19_here/spec
..._test/ramaze19_here/spec/main.rb
...grel_test/ramaze19_here/start.rb
.../mongrel_test/ramaze19_here/view
...t/ramaze19_here/view/error.xhtml
...t/ramaze19_here/view/index.xhtml
...st/ramaze19_here/view/page.xhtml
...rel_test/test_mongrel_with_db.rb
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 551 bytes, 16 lines
View raw file
Hosted by