instance method reload_handler

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

reload_handler(signal)

No documentation comment.

Parameters

signal req
Source
# File railties/lib/fcgi_handler.rb, line 172
    def reload_handler(signal)
      dispatcher_log :info, "asked to reload ASAP"
      if @processing
        @when_ready = :reload
      else
        reload!
      end
    end

Defined in railties/lib/fcgi_handler.rb line 172 · View on GitHub · Improve this page · Find usages on GitHub

Defined in RailsFCGIHandler

Type at least 2 characters to search.

↑↓ navigate · open · esc close