Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net

2010-06-06:

[1:31] <oravecz> another case for executing js in skin...keeping track of a count. I'm recursing into a context object and would like to know my depth so I can indent properly. Is there a way to update a veriable in the skin stuff?
[2:10] <oravecz> Looks like there is a bug with nesting, see http://gist.github.com/427192
[2:16] <oravecz> http://github.com/ringo/ringojs/issues/issue/69
[9:06] <oberhamsi> i liked the fist method-dispatch proposal better
[9:08] <oberhamsi> the prefix, or suffix as we had in helma, makes sense b/c usually the action knows what it can handle
[9:09] <oberhamsi> and stating that in the path patterns i find strange, it suggests i can just change GET to POST in path pattern and everything works :)
[9:09] <oberhamsi> i'm not sure.. i guess i don't like either very much, sorry
[13:20] <oravecz> Regarding: http://github.com/ringo/ringojs/issues/issue/69
[13:21] <oravecz> Since the 'if' macro seems to work, is it a matter of making changes in 'set' similar to 'if'?
[16:27] <oravecz> is there any built in i18n support yet?
[22:03] <oravecz> sunday must be a day of rest :)
[22:04] <oravecz> What's the best technique for making an AJAX call from my ringojs controller?