Django / other backends aren't mutually exclusive with Fastboot. You can use them together.
HN user
ebryn
I build amazing things with JavaScript. Ember.js core team. Available for Ember.js consulting: http://erikbryn.com/emberjs-consulting/
Unfortunately your example isn't a full reproduction as both the Ember/React examples reuse existing DOM which is important for selection state and the popover functionality.
Ember already has what you describe as "standard I/O."
I think you'll be happy with the stuff I've been working on. Should have something to show off in the coming weeks :)
Great job everyone! Open source FTW.
Ember is going to be as fast, if not faster, than React with HTMLBars integration. Expect to hear more about that in the coming weeks.
For more info, check out my talk at the Ember NYC meetup here: http://bit.ly/P2Wu6X
One of the best articles I've seen written about the future of the web and moving past the constraints developers place on UX due to the way we've built web apps in the past.
Hey, I'm Erik, an Ember.js core team member.
I'd be happy to help you track down the issues you came across and explain to you what is going on.
You can reach out on Freenode or Twitter, I'm @ebryn. Otherwise, email me at erik.bryn -at- gmail.
Something weird is going on with rawgithub.com. Here's an updated version: http://jsfiddle.net/Ut2X6/8/
I'm going to do everything in my power to see this happen :)
Actually, it doesn't "force" you to use get/set. You can just POJOs just fine w/ Ember, but you won't get property observation or unknownProperty support.
I also question your assumption that Object.observe will be as fast as Ember's observation system. I wouldn't be surprised if it was several times slower.
Object.observe also doesn't support array observation, which is something we support in Ember.
We've added download links :)
If you inspect the DOM, you can see the links to the MP4/WebM videos. We'll add download links and a podcast feed soon.
I think you meant to suggest: {{log controller}}
I just want to point out that Randy is advocating for the use of Cappuccino. Many people seem to be thinking that is the point. It's not.
I feel like this argument is similar to what people said when Rails hit the scene.
FYI, Rob Conery just posted a great post that addresses the exact issues the OP had: http://wekeroad.com/2013/03/20/ember-baby-steps
I'm really glad Rob stuck with it and is starting to grok Ember. I promise it's worth it!
Not sure why this is suddenly newsworthy, it's a pretty old and inaccurate blog post.
License has been added. It's MIT.
That's true. Ember isn't trying to provide a set of UI widgets out of the box. I'm confident that Ember-compatible UI libraries will be released in the near future.
SproutCore 1.x isn't very mobile-friendly at the moment. The original reason the SproutCore 2.0 rewrite began was to make the framework lightweight so that it'd be more suitable for use on mobile platforms.
I've started a project, Ember-Titanium, that enables native mobile app development using Ember's runtime on the Titanium Mobile platform. The project is still in it's infancy, but I've already been successful at building apps with it.
There isn't an official library at this time, but we've been successful with the SC 1.x routing library which has been ported for use with Ember.
I'd recommend rake-pipeline: http://github.com/livingsocial/rake-pipeline
Most of the Ember apps I'm aware of are using it.
Also, you might want to check out rake-pipeline-web-filters for additional functionality: https://github.com/wycats/rake-pipeline-web-filters
Amber's object model is very powerful. It has mixins and easy-to-use inheritance. You can reopen classes too.