David Glasser
106337311e
use upsert method, fix indentation
2015-01-12 14:06:29 -08:00
Daniel Dent
f12b08947a
Avoids a race condition when multiple server instances are backed by the MongoDB database. MongoDB does not have transactions, atomic upserts are used instead.
2015-01-12 14:05:00 -08:00
David Glasser
880661ee8c
Document that Meteor.method calls are additive
...
Fixes #3177 . Fixes #3234 .
2015-01-12 11:21:55 -08:00
Dan Dascalescu
07c8373cd3
rm extra linebreak
2015-01-12 11:14:53 -08:00
David Glasser
e7bfa5202e
Update packages to use Package.registerBuildPlugin
2014-12-09 20:09:34 -08:00
Emily Stark
71652f9b9f
Merge branch 'master' into devel
...
Conflicts:
History.md
docs/client/data.js
docs/client/full-api/concepts.html
docs/client/full-api/tableOfContents.js
examples/localmarket/.meteor/packages
packages/ddp/package.js
packages/meteor-tool/package.js
packages/mongo/package.js
scripts/admin/manifest.json
2014-12-09 13:15:29 -08:00
David Greenspan
3aadefa71d
History.md and docs tweaks
2014-12-08 14:01:03 -08:00
Slava Kim
23ee0966a5
Clarify the message behind Meteor.user().profile
...
The `profile` field is public and writable by the user.
2014-12-08 11:29:00 -08:00
Mitar
d6fd5c21bc
Added tests and documentation.
2014-12-07 13:30:38 -08:00
Ben Weissmann
7358c61476
Document possibility of repeat calls to a method
...
On re-connect, clients re-try methods that haven't received a response, which means that methods might be called multiple times. This is important to document so users know to guard against this behavior if a method has dangerous side-effects.
See issue #2407 .
2014-12-03 15:13:27 -08:00
Sashko Stubailo
088dee92b7
Make service-configuration more obvious
2014-10-27 21:27:39 -07:00
Sashko Stubailo
ae7a0c6bb0
Fixed links on full docs
2014-10-23 10:50:57 -07:00