search for: active_controller

Displaying 1 result from an estimated 1 matches for "active_controller".

Did you mean: action_controller
2011 Aug 11
0
JRuby + Rails3 + Unit Tests = "Log" issue?
...one seen anything like this before? I am baffled as to where to even begin to solve this. I was able to surpress the same warning when running `jruby -S rails console` by adding the following lines to / config/environments/development.rb config.logger = nil config.active_record.logger = nil config.active_controller.logger = nil Obviously this isn''t a sustainable solution as I need my logs and I need to be able to do some Unit testing. Any help / tips is greatly appreciated. Full stack trace: --- depend_on at /opt/jruby-1.6.3/lib/ruby/gems/1.8/gems/ activesupport-3.0.9/lib/active_suppor...