public
Rubygem
Description: Ramaze is a simple, light and modular open-source web application framework written in Ruby.
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/ramaze.git
Click here to lend your support to: ramaze and make a donation at www.pledgie.com !
Fix port for serving rapaste
manveru (author)
Sun Aug 10 01:59:42 -0700 2008
commit  4313c83acf46283c5a1a7c415a7c9f0565a802eb
tree    eb42816f786d054b2e16b8597d2b4d7a593bc36f
parent  70f4b7cfc4f1d8c23c9dc6432a54e1ce1954218f
...
22
23
24
25
 
...
22
23
24
 
25
0
@@ -22,4 +22,4 @@ DB = Sequel.connect("sqlite://#{DB_FILE}")
0
 require 'model/paste'
0
 require 'controller/paste'
0
 
0
-Ramaze.start
0
+Ramaze.start :adapter => :mongrel, :port => 9952

Comments