handlebar precompile version error in Ember rc5
问题 I'm upgrading to Ember rc5 from rc3, but I'm getting the following error: 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.4) or downgrade your runtime to an older version (== 1.0.0-rc.3) Here are the relevant lines in my gemfile, taken straight from the ember-rails README (except pulling the gem from git... it gives the same error whether I include that or not) gem 'ember-rails', git