Went with ember-rails
gem’s default setup, did a bundle install/minimum rails set up and got this error in the browser…
Assertion failed: Ember Handlebars requires Handlebars version 1.0.0, COMPILERREVISION expected: 4, got: 3 - Please note: Builds of master may have other COMPILERREVISION values.
Turns out that ember rc.6 is not compatible with handlebars rc4 because it hardcodes it to require rc3……. - -’
Short of modifying emberjs files myself, I did the rails generate ember:install --head
again to get the latest nightly builds of ember hoping to get rc6.1 but unfortunately it didn’t grab rc6.1 to my dismay… So I went to http://builds.emberjs.com/ember-1.0.0-rc.6.1.js and downloaded it manually into my vendor folders and finally got it to work