mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge remote branch 'fxn/master'
This commit is contained in:
commit
9423c2a7d8
3 changed files with 2 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
require 'active_support/core_ext/kernel/daemonizing'
|
||||
require 'active_support/core_ext/kernel/reporting'
|
||||
require 'active_support/core_ext/kernel/agnostics'
|
||||
require 'active_support/core_ext/kernel/requires'
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
module Kernel
|
||||
# Turns the current script into a daemon process that detaches from the console.
|
||||
# It can be shut down with a TERM signal.
|
||||
def daemonize
|
||||
Process.daemon
|
||||
end
|
||||
end
|
|
@ -1,3 +1,5 @@
|
|||
require 'active_support/core_ext/kernel/requires'
|
||||
|
||||
module Rails
|
||||
module Rack
|
||||
class Debugger
|
||||
|
|
Loading…
Reference in a new issue