turned on mutex in dev. totally my bad
This commit is contained in:
parent
c29091b250
commit
51279cd519
2 changed files with 1 additions and 2 deletions
1
Gemfile
1
Gemfile
|
|
@ -1,7 +1,6 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
gem 'rails', '3.0.0.beta4'
|
||||
gem 'mongrel'
|
||||
gem 'thin'
|
||||
gem 'em-http-request', :require => "em-http", :git => "git://github.com/igrigorik/em-http-request.git"
|
||||
gem 'addressable', :require => "addressable/uri"
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ Diaspora::Application.configure do
|
|||
|
||||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
config.threadsafe!
|
||||
#config.threadsafe!
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue