Ari,<div><br></div><div>Are you *sure* you want to build it on ember?  Is it a requirement?  (I ask because it sounds like you're just getting going on this project and might not be locked into a client-side architecture yet.)</div>
<div><br></div><div>I built out a few views of a google-maps-oriented app in ember a couple of months ago.  Then I tore it down and rebuilt the thing in backbone (re-implementing a couple of ember-style features that I liked).  Ember looks great on paper and it has some cool features to be sure (I really like their state-machine routing and computed properties implementation).  But when I actually stated developing it was pretty slow going.  </div>
<div><br></div><div>The docs aren't very fleshed out yet, so you spend a lot of time reading the framework code for ground truth, which is normal for a half-baked open source project, but in this case the code is a bit obtuse, and it makes a lot of assumptions about the way you'll want to do things that are buried in layers of anonymous functions, so your stack trace isn't that useful.  I was doing a lot of guessing about the developers' intent, only to prove myself wrong.</div>
<div><br></div><div>Backbone, by comparison, makes fewer assumptions, surprised me less often, and had posted the complete source code with comments that made the developers' intent pretty clear, so ground truth was never far away.</div>
<div><br></div><div><b>tldr;</b>  Tried ember.  Found it difficult to work with.  Started over in backbone.  Much happier overall.</div><div><br></div><div>If you are still determined (or compelled) to use ember, I found this video useful:  <a href="http://vimeo.com/37539737">http://vimeo.com/37539737</a>  Tom Dale goes into gory detail on how the codebase is organized and how to deal with the cryptic ember stack traces.</div>
<div><br></div><div>Cheers,</div><div>T.</div><div><br><div class="gmail_quote">On Tue, Dec 18, 2012 at 12:34 PM, Ari Lacenski <span dir="ltr"><<a href="mailto:alacenski@gmail.com" target="_blank">alacenski@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm looking for Ember.js help. Just posted a gig ad to Craigslist, but<br>
maybe you are this person?<br>
<br>
<a href="http://sfbay.craigslist.org/sfc/cpg/3487298467.html" target="_blank">http://sfbay.craigslist.org/sfc/cpg/3487298467.html</a><br>
<br>
Ari<br>
_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</blockquote></div><br></div>