Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Moved activesupport require to mongo_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
astupka committed Oct 22, 2010
1 parent 9892eeb commit 3c885ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/mongo_logger.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'erb'
require 'mongo'
require 'active_support/core_ext'

class MongoLogger < ActiveSupport::BufferedLogger
PRODUCTION_COLLECTION_SIZE = 250.megabytes
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'test/unit'
require 'shoulda'
require 'mocha'
require 'active_support/core_ext'
require 'blueprints'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
Expand Down

0 comments on commit 3c885ed

Please sign in to comment.