Logs for the RingoJS IRC channel, as logged by ringostarr.

2011-01-25

[09:28] <hannesw> ringojs listed in the "big list of PaaS providers":

[09:28] <hannesw> http://www.readwriteweb.com/cloud/2011/01/state-of-paas.php

[09:28] <hannesw> nice :)

[09:37] <oberhamsi> oh wow :)

[14:48] <botic> any updates on releasing 0.7?

[16:42] <hannesw> botic: it's basically ready

[17:16] <mcepl> hannesw_: more interesting is what is the status of Rhino? Is there ETA for its release?

[17:40] <oravecz> what's the recommended way to get access to the JSGI request object using Stick?

[17:41] <oravecz> Something like the use of ringo.webapp.env in the old framework

[17:54] <oravecz> it appears this works. Does this look valid? Is there a better way to get a reference to the current Application()?

[17:54] <oravecz> var req = require('./actions').app.request;

[17:54] <oravecz> var servlet = req.env.servlet;