{{> yield region="header"}}{{> yield}}{{> yield region="footer"}}
--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Oh yeah baby!!!!!
Hi Chanpory,
Please file a github issue with a complete reproduction (a git clone-able repository, not a code snippet).
--
James Wilson
Can you however post the full <select> code up until the final </select>
How this works then when a Collection item wasn't found, as this returns "undefined" as well?
--
You received this message because you are subscribed to the Google Groups "meteor-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-core...@googlegroups.com.
To post to this group, send email to meteo...@googlegroups.com.
Visit this group at http://groups.google.com/group/meteor-core.
Are you able to give us access to your app, or a reduced version of it, for performance testing?
"Although I released blaze-layout to atmosphere, it's still being actively developed in combination with blaze-integration of iron-router. So until it's actually released, it's best to use the devel branch of blaze-layout, and the blaze-integration branch of iron-router. Of course, once we release the next version of iron-router you won't have to do any of this. You'll just add iron-router like you always have."
Yes, yes, yes!!! Been waiting for another frozen release for a while :) This is super exciting! This release, alongside the improvements in 0.7.1, are massive indications of how Meteor has matured, and is both extremely comforting and exciting for startups who took the risk to get on the Meteor train early. Looking very forward to 0.8... Meteor 1.0 is clearly on the visible horizon now!
For those who missed Chris' email last night (or didn't read it in it's entirety), I'm summarizing what's involved for Iron-Router integration using meteorite:
1. Upgrade Meteor as above:
meteor update --release blaze-rc0
2. Edit smart.json as follows (in the 'packages' section):"iron-router": {"branch": "blaze-integration"}
3. Add Blaze-Layout to your project (more info about it on github):
mrt add blaze-layout
Disclaimer: I have no official involvement in Iron-Router / Blaze-Layout, but these steps worked for me and Chris will correct me if I've said anything wrong. I'm sure many are as impatient as I have been to continue developing with this combo, and can confirm that the above steps work fine with several of my existing site with only very minor changes (API changes from template-engine-preview-10.1). Check out the Blaze-Layout page for more info on how to exploit the new engine, but this is not required for a fast start.
Note 2: The above packages all mention Meteor's shark branch, but since rc0 is based on that code, and is frozen, I think it's a safe bet.
Gadi