mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
turned on mutex in dev. totally my bad
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user