Class Innate::Current
In: lib/innate/current.rb
Parent: Object

We track the current request/response/session (Trinity) in Thread.current so we can reach them from anywhere in the code without passing around the objects directly.

Methods

call   new   setup  

Public Class methods

Public Instance methods

Run setup and call the app

Setup new Request/Response/Session for this request/response cycle. The parameters are here to allow Ramaze to inject its own classes.

[Validate]