lib/sad.rb in sad-1.5.14 vs lib/sad.rb in sad-1.5.15
- old
+ new
@@ -1,8 +1,8 @@
$:.unshift File.join(File.dirname(__FILE__), '.')
-require "active_support"
+require "active_support/core_ext"
require "eventmachine"
require "em-hiredis"
module Sad
autoload :Config, 'sad/config'
@@ -26,9 +26,5 @@
def before_start(&blk)
@on_before_start = blk
end
end
end
-
-# EM.error_handler{
-# ::Sad.logger.fatal("exception hit eventmachine!!!\n#{$!.inspect}")
-# }
\ No newline at end of file