instance method
reload!
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
reload!()
No documentation comment.
Source
# File railties/lib/fcgi_handler.rb, line 203
def reload!
run_gc! if gc_request_period
restore!
@when_ready = nil
dispatcher_log :info, "reloaded"
end
Defined in railties/lib/fcgi_handler.rb line 203
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in RailsFCGIHandler