Featured
View moreReading
View moreWatch & Listen
-
Building a Client-Side With Ember and Rails - Yehuda Katz @ Rails Israel 2013
In this talk, Yehuda will help you decide when to build an application using Ember.js, and show you how to use the ember-rails gem to turbocharge your development. (youtube.com)
-
Benchmarking Ember Applications
Alex Navasardyan chats about benchmarking at the December Boston meetup. (youtube.com)
-
Ember App Kit Rails and Pizza Time App
A talk on using ember-appkit-rails to build a simple web app - from the December Boston meetup. (youtube.com)
-
The relationship between Ember Components and W3C Spec
An introduction to Ember Components - from the December Boston meetup. (youtube.com)
-
Warming Up With Ember.js
The first part of the Codeschool Ember turorial is now available, which aims to get you up and running with Ember. (ember.codeschool.com)
-
Offline Support with Ember.js
A talk from the December Ember London meetup by Kasper Tidemann. (vimeo.com)
-
Fireplace, a Firebase Adapter for Ember.js
A talk from the December Ember London meetup by Richard Livsey. (vimeo.com)
-
Testing Ember.js
A talk from the December Ember London meetup by Jamie White. (vimeo.com)
-
Complex Architectures in Ember
Matthew Beale explains how messages are passed between views, controllers and routes in Ember.js. Also check out Matthew's updated slides. (infoq.com)
Code
``Em.computed`` with a plain old JavaScript Object
You don't have to use an Ember.Object to take advantage of computed properties. (gist.github.com)
Learn MoreEmber.Enumerable groupBy Computed Property
(discuss.emberjs.com)
Learn Moreoriginate-ember-addon
A loom origin for Ember add-ons. (github.com)
Learn MoreEmber VCRProxy
Record changes to an ObjectProxy and allow them to be stepped through or jumped to. (demo) (github.com)
Learn MoreIntroducing Fireplace
Fireplace is a Firebase library for Ember that is more akin to Ember Model or Ember Data than the official EmberFire. Also see the video from the December Ember London meetup above. (livsey.org)
Learn More