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.
|
|
|
Welcome to the group.
|
| |
Welcome to GeddyJS It is recommended you read the tutorial here<[link]>before beginning. If you need basic information on features view the wiki <[link]>. Here are some examples<[link]>to glance over.... more »
|
|
This is the "Post what you're working on" thread
|
| |
Hey guys, I thought it would be cool to start collecting a list of things that use Geddy. So, what are you guys working on? I'm interested in these things: 1. The name of the app 2. The domain of the app (if you have one) 3. How long you've been working on it 4. How big of a team you've got... more »
|
|
Local auth times out on Heroku, works fine locally
|
| |
This one has me stumped. Local auth works fine on my mac, but on Heroku the request times out after I submit the login form (at the `/auth/local` endpoint). I went into `helpers/passport/actions.js` and smacked a `console.log()` in the first line of `this.local()`, but got no output in my logs. The /auth/local endpoint doesn't appear in my logs anywhere either.... more »
|
|
Show different objects in order
|
| |
Hello people! I have 3 models. For example, songs, status and photos. Each object has a particular structure: *Song:* id, title, body *Status* id, text *Photos* id, title, fileName One user hasMany the 3 objects: hasMany(Songs), hasMany(Status), hasMany(Photos) How can I show *MY *objects in my profile in order of updateDate, for... more »
|
|
Geddy and grunt.js
|
| |
Hi friends, Geddy rocks! I was wondering if Geddy could be used together with grunt.js? If so, how should i configure my gruntfile? a big thanks, R_
|
|
vhosts ?
|
| |
Hello, how do manage multiple Domain or Sub Domain Names with Geddy ? Is it possible? Best Regards Marc
|
|
Regular Expressions in Querys
|
| |
Hello It's possible to put some regular expressions in the model querys like: ...all( {slug: /[a-z]+/}, .... thanks!
|
|
model: date and datetime types stored with wrong offset
|
| |
Ok. I have several datetime properties in my model. They get stored as timestrings within the *LOCAL* time zone. This is very critical as they should be stored as GMT timestrings instead. Because when reloading them from the database the local time offset gets added to them. Next problem is that local timestrings will break everything as soon as the server's time... more »
|
|
Installation problem
|
| |
Hi, I'm newbie in NodeJS and GeddyJS. I'm starting my first project and witnessed two errors in the installation GeddyJS: npm WARN package.json mong...@0.9.9-8 In README.md file found! and ERR gyp! Uncaught EXCEPTION ERR gyp! Error stack: EPERM, utime '/ home/elmano/.node-gyp/0.10.5' ERR gyp! System Linux 3.5.0-27-generic... more »
|
|
i18n questions
|
| |
Hello! I'm trying to put some i18n on my web and i have some questions. For example, I need static texts in spanish and english. Wich is the fast method to do it? And how can I change the languaje? I need 2 flags "english" and "spanish" and when the user clicks, the languaje changes. Imagine this example:... more »
|
|
|