Logs for the RingoJS IRC channel,
as logged by ringostarr.
2011-10-14
[12:15]
[12:15]
[12:19]
[12:20]
[12:20]
[12:20]
[12:20]
[12:22]
[12:22]
[13:00]
[13:01]
[13:01]
[13:02]
[13:21]
Logs for the RingoJS IRC channel,
as logged by ringostarr.
[12:15] <mcepl> can i try once more the question on adding additional comparison methods to .query(). Like I would like .contains(key, string), not only ..equals(key, string).
[12:15] <mcepl> or even .matches(key, RE)?
[12:19] <oberhamsi> hi mcepl which storage implemention do you mean? or are you talking about the 'ringo storage api' in general?
[12:20] <mcepl> well, I use currently ringo-filestore, but I thought to make it on the level of "Ringo Store API" generally.
[12:20] <oberhamsi> e.g. ringo-sqlstore already implements more comparisions and a couple of other nifty query methods (nitfy `filter()` !)
[12:20] <mcepl> I see
[12:20] <mcepl> so i should do some kind of subclassing of ringo-filestore, right?
[12:22] <oberhamsi> or improve ringo & submit pull :)
[12:22] <mcepl> rigtht :(
[13:00] <earl> answering kriszyp's question from earlier on, for the sake of those who search/read the logs: "how do you setup the static file handling in ringo? ringo/middleware/static doesn't seem to exist"
[13:01] <earl> static file handling middleware, as all other middleware, has moved out of ringo core into stick
[13:01] <earl> https://github.com/hns/stick
[13:02] <earl> seee e.g. https://github.com/hns/stick/blob/master/examples/demo.js#L33 for an example of how to use it
[13:21] <botic> jep, there is some confusion about the web app parts. i hope there is some time to rewrite the tutorial, specially after the upcoming 0.9 release.