lib/generators/templates/application.js in ember-rails-0.12.0 vs lib/generators/templates/application.js in ember-rails-0.13.0
- old
+ new
@@ -1,7 +1,9 @@
//= require handlebars
//= require ember
//= require ember-data
//= require_self
//= require <%= application_name.underscore %>
+
+// for more details see: http://emberjs.com/guides/application/
<%= application_name.camelize %> = Ember.Application.create();