Had an error about removing Object::ClassMethods.
I added the following to environment.rb to help me home in on the conflict.
RAILS_DEFAULT_LOGGER = Logger.new(STDOUT)
ActiveSupport::Dependencies::log_activity = true

Had an error about removing Object::ClassMethods.

I added the following to environment.rb to help me home in on the conflict.

RAILS_DEFAULT_LOGGER = Logger.new(STDOUT)
ActiveSupport::Dependencies::log_activity = true