ruby-style 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/RailsSCGIStyle.rb +1 -1
- data/lib/style.rb +1 -1
- metadata +4 -4
data/lib/RailsSCGIStyle.rb
CHANGED
|
@@ -8,7 +8,7 @@ class RailsSCGIStyle < SCGI::Processor
|
|
|
8
8
|
ENV['RAILS_ENV'] = settings[:environment] || 'production'
|
|
9
9
|
$0 += " environment:#{ENV['RAILS_ENV']}"
|
|
10
10
|
require "config/environment"
|
|
11
|
-
ActiveRecord::Base.
|
|
11
|
+
ActiveRecord::Base.allow_concurrency = false
|
|
12
12
|
require 'dispatcher'
|
|
13
13
|
super(settings)
|
|
14
14
|
@guard = Mutex.new
|
data/lib/style.rb
CHANGED
|
@@ -414,7 +414,7 @@ class Style
|
|
|
414
414
|
-k, --killtime Number of seconds to wait when killing each child [2]
|
|
415
415
|
-l, --logfile Where to redirect STDOUT and STDERR [log/style.log]
|
|
416
416
|
-n, --number Number of ports to which to bind [1]
|
|
417
|
-
-p, --port Starting port to
|
|
417
|
+
-p, --port Starting port to which to bind [9999]
|
|
418
418
|
-P, --pidfile Location of pid file [log/style.pid]
|
|
419
419
|
-s, --style Type of style to use [RailsMongrel]
|
|
420
420
|
-u, --unsupervised Whether to run unsupervised [No]
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.9.
|
|
2
|
+
rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: ruby-style
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.0.
|
|
7
|
-
date: 2007-
|
|
6
|
+
version: 1.0.1
|
|
7
|
+
date: 2007-12-08 00:00:00 -08:00
|
|
8
8
|
summary: Supervised TCPServer, Yielding Listeners Easily
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
11
|
email: code@jeremyevans.net
|
|
12
12
|
homepage:
|
|
13
|
-
rubyforge_project:
|
|
13
|
+
rubyforge_project: ruby-style
|
|
14
14
|
description:
|
|
15
15
|
autorequire:
|
|
16
16
|
default_executable:
|