将 Ember 升级到 1.0.0-rc1 会导致以下错误:
Uncaught Template was precompiled with an older version of Handlebars
than the current runtime. Please update your precompiler to a newer
version (>= 1.0.0-rc.3) or downgrade your runtime to an older version (<= 1.0.rc.2).
我正在使用应该根据上面的错误消息工作的车把版本:
DEBUG: Ember.VERSION : 1.0.0-rc.1 ember.js:339
DEBUG: Handlebars.VERSION : 1.0.0-rc.3 ember.js:339
DEBUG: jQuery.VERSION : 1.9.1
我还将我的ember-rails
宝石升级为0.9.2
如何解决此错误?