March 2013
2 posts
Building an App with Ember.js →
A 30-minute screencast by Tom Dale.
Rails + Ember.js →
A Getting Started Tutorial
February 2013
1 post
Getting started with EmberJS 1.0.0-pre.4 →
A bunch of resources found helpful for ramping up on the latest Ember
January 2013
1 post
Everything You Never Wanted to Know about the... →
November 2012
3 posts
Screencast: Getting Started With Ember.js →
A month old, but still good: Toran Billups’s intro screencast
Ember.js - This Week in Ember.js →
Official blog. From Tom Dale
11 Ember.js resources to get you started | The... →
Yes. All of this.
October 2012
2 posts
Architecting batterypop.com with Ember.js →
Ember.js Analytics Integration: Google Analytics... →
Gordon Hempton shows how to router state changes as page views in analytics apps like Google Analytics or Mixpanel.
September 2012
5 posts
New blog targeted at Ember.js beginners →
Cutting down on Ember routing boilerplate and... →
What's new in EmberJS #15 (Sept 24) by Bradley... →
News: ember-latest.js Updated (and Understanding... →
New post on EmberNoob.com talking about the new version of ember-latest.js that was uploaded yesterday, plus some interesting coverage of related GitHub features.
Game On: Backbone and Ember | Nettuts →
Over on NetTuts, José Mota walks through Ember and Backbone basics and points out their primary differences in philosophy.
August 2012
3 posts
How to make bound Handlebars helpers →
We’ve known how to make Handlebars {{helpers}} for a while, but they’re only half as useful if you cannot bind easily. This post shows how to make bound helpers by inserting auxiliary views.
Advice On & Instruction in The Use of Ember.js →
@trek, who has written substantial Ember.js documentation and assists in the IRC channel, writes about best practices of putting Ember to use. A must-read.
Ember.js and elasticsearch
In the “JavaScript Web Applications and elasticsearch” article, you’ll find an extensive walktrough of using elasticsearch as a persistence storage for Ember.js applications, via the Ember Data elasticsearch adapter.
The second example application from the article uses a Goliath-based proxy written in Ruby to authenticate requests to elasticsearch with Twitter @Anywhere login.
June 2012
1 post
London Ember User Group →
Enthuse.me are graciously hosting the first London EmberJS User Group at their offices on July 4th.
If you’re in London and have been using Ember, or just thinking about getting started, come along and meet others in the same boat.
May 2012
6 posts
Experimenting with the Architecture of Ember.js →
“What do you get when you cross Ember.js with the Single Responsibility Principle? I recently decided to find out by refactoring the architecture of Ember.js so that each class had only one responsibility. This is the result of my experiment.”
Flame on! A beginner's guide to Ember.js →
A solid intro to Ember.js on Adobe Developer Connection written by @commadelimited.
The Emberist: Absolute Paths in Classes →
What's new in EmberJS May 14 by Bradley Priest →
Our Approach to Routing in Ember.js : Tom Dale →
And be sure to read Yehuda’s gist that’s linked up.
What's new in Ember.js - May 7 →
April 2012
36 posts
The Software Simpleton: Ember.js - Routing with... →
Solid article on the boilerplate-free routing in Ember.js
Why Ember.js doesn't use property descriptors →
John Firebaugh explains that while defineProperty has good enough support to use natively, Ember’s property descriptors also handle the method_missing like scenario that we’ll have to wait for ES6 to provide via Proxies.
The Emberist: Two Way Binding to the DOM →
Core Team member Peter Wagenet continues his daily dose of hugely valuable Ember posts at emberist.com
We have just merged evome/ember-bootstrap with jzajpt/ember-bootstrap
– I noticed there were two competing Bootstrap integrations with Ember, so I asked if they could combine forces. They merged: 190beaa
And now you can get your Twitter Bootstrap Ember hotness at github.com/jzajpt/ember-bootstrap
Open source collaboration in action!
Using Ember.js with jQuery UI →
Getting started with Ember Data and Rails →
A step-by-step tutorial for getting Ember Data playing nicely with Rails. Also check out Ember Rest if you need data persistence for Ember apps but would like something simpler than Ember Data.
Flame.js, a widget library for Ember.js →
A nice looking widget/UI library for Ember.js, created to make it easier to build desktop-style apps in Ember.
Ember and D3: Building Responsive Analytics →
An in-depth post on how Square built their new interactive analytics dashboard using Ember and D3.js, a JS library for manipulating documents based on data.
Andy Matthews on Ember
Andy has a great set of recent posts exploring Ember:
Reversing the output of an Ember.js content array
Converting a Backbone.js app to an Ember.js app
Learn how to implement Ember.js Observables
Getting Started With EmberJS
Part 2 of "An Extremely Gentle Introduction to... →
Ember.js Naming Conventions →
Peter Wagenet’s second post on his new blog, The Emberist
Ember.js: Rich Web Applications Done Right →
An Extremely Gentle Introduction to Ember.js -... →
Understanding Ember.Object →
An in depth look at the foundation of Ember.js.
Tom Dale, core developer of Ember.js, talks about debugging Ember.js apps.
Ember.js on StackOverflow →
Ember.js Dashboard →
A great overview of what’s going on with Ember.js on Twitter, GitHub, StackOverflow and Reddit.
Root controller paradigm →
The “Root Controller Paradigm” is a really powerful paradigm where you do most of your work in one controller and then let the bindings cascade all the data through a controller chain.
It’s from back in 2009, but still just as relevant today, just substitute all mentions of SproutCore with Ember!
JSFiddle - A minimalistic starting point for... →
JSFiddle is a fantastic way to share your Ember.js examples, here’s a starting point to fork which includes JQuery and Ember.js.
At this point it’s using 0.9.5 which is a little outdated, but still much easier than starting from scratch.
Ember.js subreddit →
The architecture of Ember.js apps - data →
Another great article by Jiří Zajpt, this time on a handling data and the interaction with a server in your apps, similar to the architecture of Ember.Data.
The architecture of Ember.js apps - statecharts →
One of the main hurdles with building an app with Ember.js at the moment is how to architect your application. What goes where, and how should the different parts of the application communicate with each other. Jiri Zajpt dives into how statecharts fit in with MVC.
EmberJS: Initial Impressions (Compared To... →
Handling DOM Events With EmberJS Views And... →
Make the Most of Your Routes →
Gordon Hempton on combining state machines with routing. I’ve found his Ember.RouteManager an extremely useful library and definitely worth checking out.
IRC Log Viewer Using Hubot, CouchDB and Ember.js →
Here pangratz runs through how he built the aforementioned log viewer for #emberjs.