Padrino::Reloader::Rack
Class: Padrino::Reloader::Rack
- Inherits:
- Object
- Object
- Padrino::Reloader::Rack
Overview
This class acts as a Rack middleware to be added to the application stack. This middleware performs a check and reload for source files at the start of each request, but also respects a specified cool down time during which no further action will be taken.
Instance Method Summary
-
#call(env) ⇒ Object
Invoked in order to perform the reload as part of the request stack. -
登录查看完整内容