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

2011-10-26

[05:01] <nbjayme> hello all, just wanted to share a fix i made in mount.js to allow virtual hosting

[05:02] <nbjayme> in the match function var host = req.headers.get("host") <-- this includes the port

[05:02] <nbjayme> not fix but findings, i should say.

[05:05] <nbjayme> so if mounting .... one should include the port mount("domain:port", ...)

[05:05] <nbjayme> also, i mean the stick framework.

[05:16] <jebberjeb> ringo-admin install sergi/narwhal-mongodb

[05:16] <jebberjeb> ringo ./packages/mongodb/test/examples/QuickTutor.js

[05:16] <jebberjeb> Cannot find module 'mongodb'

[05:17] <jebberjeb> do I need to do something to package.json

[05:17] <jebberjeb> add some main attribute or something?

[09:26] <olegp> yeah, "main": "./lib/mongodb.js" is worth adding