Adds unicorn gem and config file for testing purpose

1.0
Fernando Espinosa 14 years ago
parent 744729b30c
commit 2dfa95a6ba

@ -29,6 +29,7 @@ group :development do
gem 'git-up'
gem 'rdoc'
gem 'passenger'
gem 'unicorn'
end
group :test, :development do

@ -106,6 +106,7 @@ GEM
htmlentities (4.2.4)
i18n (0.5.0)
json_pure (1.5.1)
kgio (2.3.3)
launchy (0.4.0)
configuration (>= 0.0.5)
rake (>= 0.8.1)
@ -208,6 +209,9 @@ GEM
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.24)
unicorn (3.5.0)
kgio (~> 2.3)
rack
warden (1.0.3)
rack (>= 1.0.0)
webrat (0.7.3)
@ -255,5 +259,6 @@ DEPENDENCIES
steak
timecop
treetop
unicorn
warden
webrat

@ -0,0 +1,5 @@
worker_processes 4
preload_app true
timeout 30
Loading…
Cancel
Save