Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
CompoundJS
Conversations
About
CompoundJS
1–30 of 577
An
MVC framework for Node.JS.
website:
http://compoundjs.com
source:
https://github.com/
1602/compound
[
report a bug
]
Mark all as read
Report abusive group
0 selected
Hein Saris
, …
Chee Chong Hwa
3
2/13/17
status CompoundJS
Hi Anatoliy I am using the latest nodejs and there are deprecated warnings when installing compound
unread,
status CompoundJS
Hi Anatoliy I am using the latest nodejs and there are deprecated warnings when installing compound
2/13/17
Chee Chong Hwa
2/13/17
Is it necessary to install express first before creating a compound project
Hi All I am a RoR programmer exploring the move to Nodejs. Based on my google research, compoundjs is
unread,
Is it necessary to install express first before creating a compound project
Hi All I am a RoR programmer exploring the move to Nodejs. Based on my google research, compoundjs is
2/13/17
Sebastian Woinar
, …
Deepak Sharma
7
12/24/16
Jugglingdb with mongodb; schema; array of strings
Hello, I know this is a really old post, but I faced a similar issue while using JugglingDB. So, this
unread,
Jugglingdb with mongodb; schema; array of strings
Hello, I know this is a really old post, but I faced a similar issue while using JugglingDB. So, this
12/24/16
Anil Dhiman
6/8/16
Urgent Requirement for an Oracle DBA in Lansing MI
Send Resume to kan...@iserveworld.com and call me at Phone: 631-649-1313 Ext: 4421 (Office) Position:
unread,
Urgent Requirement for an Oracle DBA in Lansing MI
Send Resume to kan...@iserveworld.com and call me at Phone: 631-649-1313 Ext: 4421 (Office) Position:
6/8/16
Anil Dhiman
1/16/15
Need a Project Manager in Chattanooga. TN || Very Urgent || SHARE PROFILE TODAY
We are screening Project Manager consultants today, if you have any candidates that have not been
unread,
Need a Project Manager in Chattanooga. TN || Very Urgent || SHARE PROFILE TODAY
We are screening Project Manager consultants today, if you have any candidates that have not been
1/16/15
Anil Dhiman
1/8/15
Urgent Opening >> Java Developer >> Bloomington IL
Please share profiles at Ajay...@damcosoft.com or reach me at 212-389-9503 EXT 209 Job Title: Java
unread,
Urgent Opening >> Java Developer >> Bloomington IL
Please share profiles at Ajay...@damcosoft.com or reach me at 212-389-9503 EXT 209 Job Title: Java
1/8/15
bryan rasmussen
11/18/14
having some bind problems
Hi, I have the following before('pass', function() { if (!session.passport.user) { next(); }
unread,
having some bind problems
Hi, I have the following before('pass', function() { if (!session.passport.user) { next(); }
11/18/14
bryan rasmussen
11/13/14
how do I query a collection of ids
I have tried the following queries { where: { id : { in : ar} } } { where: { id : { $in : ar} } } {
unread,
how do I query a collection of ids
I have tried the following queries { where: { id : { in : ar} } } { where: { id : { $in : ar} } } {
11/13/14
Anil Dhiman
10/31/14
Urgent Closable Position -->> Manual Test Engineer -->> Electric Utility / Electricity Power Domain
Need a Manual Tester from Electric Utility / Electricity Power Domain. Please do not send profiles
unread,
Urgent Closable Position -->> Manual Test Engineer -->> Electric Utility / Electricity Power Domain
Need a Manual Tester from Electric Utility / Electricity Power Domain. Please do not send profiles
10/31/14
Jef Harkay
2
10/3/14
Testing with server that's already running.
I figured out how to do this, and here's my init.js file: require('should'); var request
unread,
Testing with server that's already running.
I figured out how to do this, and here's my init.js file: require('should'); var request
10/3/14
Zachary B
,
Maxime Picaud
3
9/2/14
Compound db migrate
Thank-you very much for the help. In the end, I found what the problem was, which was that I had
unread,
Compound db migrate
Thank-you very much for the help. In the end, I found what the problem was, which was that I had
9/2/14
bryan rasmussen
8/27/14
cannot serve image if filename has encoded danish characters
Hi in my public folder I have the following two paths uploads/images/53fe34981d67fefe0e000002/
unread,
cannot serve image if filename has encoded danish characters
Hi in my public folder I have the following two paths uploads/images/53fe34981d67fefe0e000002/
8/27/14
Jef Harkay
2
8/5/14
Seeding with production Node environment
Easy fix... in config/autoload.js, move seedjs from developmentModules to defaultModules.
unread,
Seeding with production Node environment
Easy fix... in config/autoload.js, move seedjs from developmentModules to defaultModules.
8/5/14
bryan rasmussen
2
7/27/14
how to get current path in view?
ah I see the helperset exposes controllerName thanks, Bryan Rasmussen On Sunday, July 27, 2014 3:11:
unread,
how to get current path in view?
ah I see the helperset exposes controllerName thanks, Bryan Rasmussen On Sunday, July 27, 2014 3:11:
7/27/14
品雪
7/24/14
How to read model in a view?
Let's say there is a Company <===> User relationship, where Company hasMany Users and Users
unread,
How to read model in a view?
Let's say there is a Company <===> User relationship, where Company hasMany Users and Users
7/24/14
bryan rasmussen
7/21/14
how to set a non-session cookie
Hi, I have the following in one of my controllers res.cookie('myt_user', user._id, {maxAge:
unread,
how to set a non-session cookie
Hi, I have the following in one of my controllers res.cookie('myt_user', user._id, {maxAge:
7/21/14
bryan rasmussen
,
Ion Caliman
3
7/19/14
cannot find a module, root route not registering
You must require './app/helpers/utils' I don't now why, but this will work :) marți, 13
unread,
cannot find a module, root route not registering
You must require './app/helpers/utils' I don't now why, but this will work :) marți, 13
7/19/14
bryan rasmussen
,
Anatoliy Chakkaev
2
7/17/14
Where to install ssl certficate in compoundjs
Check readme. On 17 July 2014 09:46, bryan rasmussen <rasmuss...@gmail.com> wrote: Hi, If
unread,
Where to install ssl certficate in compoundjs
Check readme. On 17 July 2014 09:46, bryan rasmussen <rasmuss...@gmail.com> wrote: Hi, If
7/17/14
bryan rasmussen
,
Anatoliy Chakkaev
5
7/10/14
How do I yield contentFor?
Ok, I was thinking it might be possible to do something like this https://www.npmjs.org/package/
unread,
How do I yield contentFor?
Ok, I was thinking it might be possible to do something like this https://www.npmjs.org/package/
7/10/14
bryan rasmussen
7/10/14
how to handle https requests?
I have a file I am serving from my public folder, it is a javascript that is dynamically inserted
unread,
how to handle https requests?
I have a file I am serving from my public folder, it is a javascript that is dynamically inserted
7/10/14
marwa...@mediu.ws
6/18/14
Al madinah international university opening apply for university colleges (September season)
MR/ MiSS · Al madinah international university which win dependence Malaysian Ministry of Higher
unread,
Al madinah international university opening apply for university colleges (September season)
MR/ MiSS · Al madinah international university which win dependence Malaysian Ministry of Higher
6/18/14
didier ernotte
, …
Jef Harkay
5
6/5/14
socket.io with compoundJS
Try using the io.set that I have listed in my code above... IE8- should default to xhr-polling
unread,
socket.io with compoundJS
Try using the io.set that I have listed in my code above... IE8- should default to xhr-polling
6/5/14
Jef Harkay
6/5/14
Renaming server.js to app.js
So I've renamed my Compound app's server.js file to app.js, and I run it by doing node app.js
unread,
Renaming server.js to app.js
So I've renamed my Compound app's server.js file to app.js, and I run it by doing node app.js
6/5/14
Drouyer Sebastien
, …
Abhishek Nair
19
5/24/14
[Juggling DB] .all function enhancement
Thanks Drouyer, Pls find my code below. var Category = schemaPost.define('Category',
unread,
[Juggling DB] .all function enhancement
Thanks Drouyer, Pls find my code below. var Category = schemaPost.define('Category',
5/24/14
Jef Harkay
,
Ondreian
6
5/23/14
Controller scope
Interesting. I will definitely check that out when I get a moment... sounds like something I'd
unread,
Controller scope
Interesting. I will definitely check that out when I get a moment... sounds like something I'd
5/23/14
sh...@activelement.com
,
Anatoliy Chakkaev
2
5/12/14
where do i set the ttl for objects stored in redis
You can't use ttl with jugglingdb + redis (unless you use backyard). On 12 May 2014 11:03, <
unread,
where do i set the ttl for objects stored in redis
You can't use ttl with jugglingdb + redis (unless you use backyard). On 12 May 2014 11:03, <
5/12/14
sh...@activelement.com
, …
Anatoliy Chakkaev
5
4/27/14
Using jugglingdb to write same data to multiple dbs
Yes, probably. I haven't tried. On 27 April 2014 03:52, Ramsey D'silva <ramseydsilva@gmail
unread,
Using jugglingdb to write same data to multiple dbs
Yes, probably. I haven't tried. On 27 April 2014 03:52, Ramsey D'silva <ramseydsilva@gmail
4/27/14
JKL
4/26/14
Where is the official documentation for CompoundJS?
Where can I find the official compoundJS doc? When I was at the http://compoundjs.com, there are
unread,
Where is the official documentation for CompoundJS?
Where can I find the official compoundJS doc? When I was at the http://compoundjs.com, there are
4/26/14
Jef Harkay
2
4/10/14
Seeding with multiple databases
I figured this out... what I'm now doing is something like this: db/schema.js schema('mongodb
unread,
Seeding with multiple databases
I figured this out... what I'm now doing is something like this: db/schema.js schema('mongodb
4/10/14
Danny Siu
,
Anatoliy Chakkaev
2
4/3/14
migration plan for express 4.0.0?
not yet On 3 April 2014 07:07, Danny Siu <dann...@gmail.com> wrote: with express 4.0.0-rc4
unread,
migration plan for express 4.0.0?
not yet On 3 April 2014 07:07, Danny Siu <dann...@gmail.com> wrote: with express 4.0.0-rc4
4/3/14