Skip to content

Instantly share code, notes, and snippets.

@tomdale
Created August 29, 2013 18:56
Show Gist options
  • Save tomdale/6382021 to your computer and use it in GitHub Desktop.
Save tomdale/6382021 to your computer and use it in GitHub Desktop.
Ember inspector description
The Ember Inspector is a plug-in for the Chrome developer tools that makes understanding and debugging your Ember.js application a snap.
After installing this extension, you'll be able to easily:
- View all of the routes defined in your application.
- Reference Ember's naming conventions for your URLs, including what to name your controllers, templates, routes and more.
- Overlay your application with information about what templates, controllers, and models are currently being rendered.
- Inspect the objects in your application, such as models and controllers, with UI that fully supports Ember features such as bindings and computed properties.
- Make your application's objects available in the console as the $E variable.
The Ember Inspector is an open source project maintained by the Ember.js community. The source code is available for download at https://github.com/tildeio/ember-extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment