im nuovo per il framework ember.js e usando ruby on rails ed ember.debug.js -v 1.10.1 (ultima versione). Ho letto online che Ember ha cambiato questa ultima patch, ma Non riesco a capire come risolvere il mio problema di:Errore non rilevato: impossibile chiamare `compile` senza che il compilatore modello sia caricato. Caricare `ember-template-compiler.js` prima di chiamare` compile`
Uncaught Error: Cannot call `compile` without the template compiler loaded. Please load `ember-template-compiler.js` prior to calling `compile`.
Potrebbe qualcuno prego spingere nella direzione di ottenere il mio compilatore per funzionare correttamente? Vorrei sapere quale codice frammenti dal mio progetto aiuterebbe a determinare la risposta ...
ember.debug-f7fe3e766d5d5a45e5c3c26796439ed8.js corpo = 1: 3976 DEBUG: Ember: 1.10.0 ember.debug- f7fe3e766d5d5a45e5c3c26796439ed8.js? body = 1: 3976 DEBUG: jQuery: 1.11.2 ember.debug-f7fe3e766d5d5a45e5c3c26796439ed8.js? body = 1: 3976 DEBUG: ------------------ ------------- ember.debug-f7fe3e766d5d5a45e5c3c26796439ed8.js? Body = 1: 36836 Errore non rilevato: impossibile chiamare 'compile' senza il compilatore modello caricato. Si prega di caricare 'ember-template-compiler.js' prima di chiamare' compile'. –