Sha256: 470c7595af34c935749f461d5d693838a14a7c7eecacfcbe49a0f0b858e06aac
Contents?: true
Size: 410 Bytes
Versions: 20
Compression:
Stored size: 410 Bytes
Contents
module ActionDispatch # ActionDispatch::Reloader wraps the request with callbacks provided by ActiveSupport::Reloader # callbacks, intended to assist with code reloading during development. # # By default, ActionDispatch::Reloader is included in the middleware stack # only in the development environment; specifically, when +config.cache_classes+ # is false. class Reloader < Executor end end
Version data entries
20 entries across 20 versions & 1 rubygems