Commit Graph

232 Commits

Author SHA1 Message Date
Zoltan Olah
853bdb4df2 Documentation for Meteor.disconnect(). 2013-07-25 16:55:59 -07:00
Nick Martin
fc307660ac Add a note about how isServer doesn't strip code from the client. 2013-07-17 19:57:40 -07:00
David Glasser
36275c570c Merge branch 'linker' into devel
some compatibility notes about packages:

  - packages now have their own namespaces (rather than needing to
    use the global namespace).  symbols you want to share should
    be declared with an @export comment

  - this also means that missing dependencies can hurt you. so don't
    leave them out.

  - your app's packages (in the 'packages' directory in your app) are
    not automatically included in your app; you need to explicitly
    run "meteor add" for them.  this means that, eg, you can have test
    helper packages which are not directly used in your app, but just
    used by other packages' tests.  (before releasing this, we may
    make 'meteor update' fix current apps.)

  - the bundle ("star") format has changed

  - packages are now built into the "unipackage" format.  if this format changes
    before we release this code (and commit to the definition of the initial
    versions of the formats) you may need to run "meteor rebuild-all"

  - __meteor_bootstrap__ has been stripped of everything not related to
    executing JS code. Some of what used to be there is now on the WebApp
    object.

more detailed docs are likely to come before the 0.6.5 release.
2013-07-12 13:38:05 -07:00
Avital Oliver
4e0d656e5c Don't load full query results in findOne() 2013-07-09 20:33:12 -07:00
Emily Stark
7046d4cc91 Assets docs 2013-06-28 14:55:47 -07:00
Avital Oliver
773a86c80c Support 'tap' event. 2013-05-13 23:45:21 -07:00
Avital Oliver
6e924979be More http sync
- improve docs
- add tests for sync case
- modify http tests so that they now pass
- Still TODO: Update call sites (oauth)
2013-04-22 15:39:53 -07:00
Avital Oliver
03085e8842 New HTTP sync API 2013-04-22 15:39:41 -07:00
Avital Oliver
a72134fd80 Better security, comments, docs and APIs for publishing more user document fields 2013-04-19 11:38:09 -07:00
Avital Oliver
54916ce535 Docs for publishing more fields on user documents 2013-04-19 11:38:09 -07:00
Nick Martin
9f4f8b2958 simplify example. also a missed validate -> check. 2013-04-18 21:22:14 -07:00
David Glasser
f72a7223c5 More check docs 2013-04-18 19:17:53 -07:00
David Glasser
6776c354b8 start of docs for check 2013-04-18 19:17:53 -07:00
David Glasser
f67db983c3 New check library. 2013-04-18 19:17:53 -07:00
David Glasser
0625277113 Document EJSON.isBinary. 2013-04-12 19:48:39 -07:00
Shane Reustle
73e6d4eb4c Fixed typo in docs under collection.allow 2013-04-03 23:55:36 -07:00
David Glasser
3f73d8545e Document Meteor.release. 2013-04-03 16:18:28 -07:00
David Glasser
67f7343022 Fix function name typo in docs. 2013-03-27 15:13:48 -07:00
Chris Mather
a2485a85fc minor wordsmithing 2013-03-26 14:32:31 -07:00
Andrew Wilcox
c443011e46 Clarify Meteor.startup documentation.
Fixes #831.
2013-03-26 14:32:31 -07:00
Rahul
d9667c9761 Fixes #848. Remove spurious 'cursors' from api docs. 2013-03-22 18:22:52 -07:00
David Greenspan
74e10e96af Don't rerun computations that throw in first run
This change prevents Spark from rerunning isolates that errored during initial rendering, and it seems like the right thing in general.
2013-03-22 14:19:43 -07:00
David Greenspan
df5d2800ae dep.depend() instead of Deps.depend(dep)
simpler than having Deps.depend and addDependent, reads fine
2013-03-21 14:09:40 -07:00
Naomi Seyfer
b475c95358 Old note about old event syntax was confusing people on IRC 2013-03-19 11:23:10 -07:00
Kevin Miller
5e107051b2 Changed JavaScript spelling to be more consistent. 2013-03-13 16:09:12 -07:00
Geoff Schmidt
017ee5eac5 minor docs editing/examples improvement 2013-03-13 06:08:52 -07:00
David Glasser
854bca2fae Remove outdated comment about update/remove rewriting. 2013-03-13 06:03:59 -07:00
Geoff Schmidt
a158e3f901 Update docs: update/remove RPCs may only use IDs as selectors, other tweaks 2013-03-13 05:52:58 -07:00
Nick Martin
abe3ee9cbe Merge remote-tracking branch 'origin/deps-radical' into devel 2013-03-12 10:39:03 -07:00
Nick Martin
68474b25ae Merge branch 'meetup' into devel 2013-03-11 21:03:59 -07:00
Naomi Seyfer
1c4041ee71 Doc review and example code in docs 2013-03-11 17:52:38 -07:00
Naomi Seyfer
1653c091e7 Change the names from factory to transform 2013-03-11 15:49:17 -07:00
David Greenspan
0f598403b5 docs wording improvement 2013-03-11 13:05:34 -07:00
David Greenspan
96d05d741f Deps.Variable => Deps.Dependency 2013-03-11 12:37:25 -07:00
David Greenspan
a18a92e65f Deps.run => Deps.autorun 2013-03-11 12:17:39 -07:00
David Greenspan
8f3b0a279f final glasser review 2013-03-11 12:06:50 -07:00
Matt DeBergalis
4cd49f0d5f add requestPermissions support to accounts-meetup 2013-03-10 15:23:52 -07:00
Matt DeBergalis
6508299f78 docs for accounts-meetup 2013-03-10 15:14:31 -07:00
Naomi Seyfer
0ee4446315 draft of docs for models/factories 2013-03-10 14:48:42 -07:00
David Greenspan
934322f2d4 minor docs tweaks 2013-03-08 13:38:55 -08:00
David Greenspan
980b179558 remove old reference in docs 2013-03-08 12:52:20 -08:00
David Greenspan
69ee6af08a finish porting docs to radical deps 2013-03-08 12:06:05 -08:00
David Greenspan
e9dcb927fb start replacing words like "autorun" and "context"
What's left to do:
- "context" is now "computation"
- Autorun => Deps.run
- In Deps package, don't say "if we're inside a Deps.run" or anything else that assumes that's the only way to create a computation.  Meteor creates computations for you for templates, etc.
2013-03-08 01:42:09 -08:00
David Greenspan
2d35276f4c complete radical deps API docs 2013-03-08 00:49:43 -08:00
David Greenspan
717ed1f6f9 more work 2013-03-07 23:10:44 -08:00
David Greenspan
a0f0f64b7f lots of docs 2013-03-06 17:36:05 -08:00
David Greenspan
d70a56f6d7 some glasser code review changes 2013-03-06 10:19:52 -08:00
David Greenspan
833769c97d Merge branch 'devel' into deps-radical 2013-03-05 13:48:23 -08:00
David Glasser
9154b5d3c4 C.find(q, {reactive: false}).observe() should only produce initial adds.
Fixes #771.
2013-03-04 22:19:11 -08:00
David Greenspan
548b3945d2 more docs 2013-03-04 18:45:05 -08:00