Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8665: fix_mongrel_logger.diff

File fix_mongrel_logger.diff, 418 bytes (added by josh, 1 year ago)
  • railties/lib/commands/servers/mongrel.rb

    old new  
    5050 
    5151  start_debugger if OPTIONS[:debugger] 
    5252 
     53  require RAILS_ROOT + "/config/environment" 
    5354  require 'initializer' 
    5455  Rails::Initializer.run(:initialize_logger) 
    5556