Simon Fridlund
Simon Fridlund
You need to make sure that the configure code is imported and run before any calls to attach are made.
I believe it was so that one could manually set the `createdBy` and `createdAt` on creation but I'll have to look it over.
Should be fixed in `3.2.0-rc.4`, please test and get back to me =)
Also it looks like you're using the old `iron:router` convention for defining routes, the new one takes the path first and have an optional name option. ``` js Router.route('/jobs/:_id/edit', {...
`meteor add zimme:[email protected]`
Thanks for the review and new solution even 😄 Completely understandable, I've seen how busy you've been.
Support for callbacks should be implemented already. But as I use return value maybe it isn't working as expected on server. Gonna have to look into this.
This needs documentation.
Probably won't switch from coffeescript, but I will probably keep brackets and parentesis to keep syntax more like es2015. No soak operator or conditional assignment.
This is the code i use for the url key to get validation to work ``` coffee updateName = (options) -> d = new $.Deferred Users.update options.pk, $set: 'profile.name': options.value...