You cannot post messages because only members can post, and you are not currently a member.
Description:
Geddy is a simple, structured Web framework for NodeJS.
|
|
|
Travis Support
|
| |
Hi,
I noticed we have .travis.yml file in model Is there a CI somewhere?
[link]
I noticed that travis ran some builds from a geddy's
fork<[link]>,
but it would be nice to have this run from master.
Miguel
|
|
Array for Object
|
| |
Hello! With the new Geddy changes, i've need to changes all my Arrays for Objects. I have one voting system for comments, with array its look like this: Later Model -> Porperty PositiveVotes: Array Now -> property Votes: Object Later -> Votes has userIds like: PositiveVotes: [ 'id1', 'id2', 'id3', 'id4', 'id5' ]... more »
|
|
Create an app accessible only on LAN
|
| |
Hello, I had a question I could not find an answer to: "Is it possible to run a geddy app and have it accessible to LAN users?". I just wanted to create a small app that I could share with colleagues at work. I don't really see the point in deploying it in the cloud as it is something that would be used by very few users and would have no sense for... more »
|
|
New release branch, v0.8
|
| |
Gedders, It's time for a new release. I've cut a branch, and would appreciate a little sanity-checking before I push it out: [link] Here's the Changelog with the list of what's in it: [link] Lots of good stuff in there, including the huge refactor of app.js --... more »
|
|
Show "Carry Return" or \n\r correctly
|
| |
Hi! When I write a text into a text area with a some new lines or carry returns (i dont know wich is the correct word to describe \n\r) like this: Example text: ------------------------------ ---- Hello This is my text With some carry returns --------END------------------- - and later I save it into a mongodb, this saves for example "Hello\n\rThis... more »
|
|
Question with the ID field
|
| |
Hello! When we create objects in geddy, these have one id field like: 6C45ABD6-8BF4-48B7-9E3A-BC92AD FACF66 It's unique or it's possible that another object has an equal id? thanks!!!!
|
|
SSL
|
| |
Hi! How to run a server using https? What settings should be?
|
|
Regression in the last two weeks, app won't start anymore
|
| |
App used to be working just fine, but won't start since I ran `npm update`. Not sure where the problem is, I've been hunting around for a while.
22:09:06 web.1 | started with pid 39712
22:09:06 web.1 | /Users/snip/Documents/geddy/no de_modules/utilities/lib/core. js:22
22:09:06 web.1 | for (var p in src) {... more »
|
|
Array property model problem
|
| |
GeddyVersion: 0.7.21 NodeVersion: 0.8.22 OS: Ubuntu 12.04 Hi, I make a new app, when I call a "create function" on models with arrays, I get the next error: timers.js:103 if (!process.listeners('uncaughtE xception').length) throw e; ^... more »
|
|
|