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

2010-11-02

[01:30] <earl> keith_loy: shameless plug, but i recently wrote up a few deployment options to answer a stackoverflow/serverfault question

[01:30] <keith_loy> got a link?

[01:30] <earl> http://serverfault.com/questions/194865/ringojs-threading-blocking-load

[01:34] <earl> should maybe move that to a ringojs.org page, just to make sure the very basic options are mentioned somewhere

[09:56] <hannesw> good morning - IRC meeting scheduled in 5 minutes

[10:22] <hannesw> Something we might want to talk about is the new webapp framework I'm working on

[10:23] <hannesw> this gist gives an impression of what it might look like: http://gist.github.com/654266

[11:26] <hannesw> I'd like to add an EventEmitter class to ringo, like the one in node.js:

[11:26] <hannesw> http://github.com/ry/node/blob/master/lib/events.js

[11:26] <hannesw> this would be handy so people don't have to write their own event handling code.

[11:59] <hannesw> Just added a /contributing page to ringojs.org:

[11:59] <hannesw> http://ringojs.org/contributing

[12:00] <hannesw> please review, feedback is welcome

[18:07] <keith_loy> hi all

[18:08] <keith_loy> i wish your meetings were not at 4 am my time

[18:38] <oravecz> @keith_loy amen

[18:48] <hannesw> ha, the "closes #id" thing works!

[18:49] <hannesw> tschaub, implemented your suggestion, should be working now

[18:51] <tschaub> thanks hannesw

[18:51] <tschaub> does the reset method also need a change?

[18:51] <tschaub> thought there was one other place pathInfo was set

[18:52] <tschaub> (I'll look at it in context now)

[18:53] <tschaub> yeah, not sure when request.reset is called, but pathInfo is reset there

[18:58] <oberhamsi> ringo-modulr README should mention its middleware functionality! that's a killer feature imo.

[19:27] <mcepl> this is lovely ... http://adam.gomaa.us/blog/2007/dec/16/frameworks-exist-for-conceptual-integrity/ ... I don't know to say that I agree with him, but it seems to be interesting (multiple templating languages?)

[19:27] <mcepl> and yes, it is dated, but I don't think it matters for this

[22:11] <keith_loy> has anyone ran yui 3 on top of ringojs?

[22:24] <olegp> I dont of anyone who has

[22:24] <olegp> what did you have in mind?

[22:28] <earl> hannesw: fixes #4 should work as well :)