Slide 34
Slide 34 text
Console
Activate Debugging flags
var App = Ember.Application.extend({
LOG_ACTIVE_GENERATION: true, // log generated controllers & routes
LOG_TRANSITIONS: true, // Basic logging, e.g. "Transitioned into 'post'"
LOG_TRANSITIONS_INTERNAL: true, // detailed logging
LOG_VIEW_LOOKUPS: true // template and view being rendered
});