It would be nice to use ember.js, data from git HEAD, since the project is moving so fast ;). ember-rails is mighty useful, and I definitely want to use that. It would be nice to add this to ember-rails, for people who want to use the latest ember assets.
rake g ember_rails:install
This actually copies the assets to the vendor/javascript folder.
Subsequent upgrades should be
rake g ember_rails:upgrade
This is of course one way of doing it. And there might be someway to do this already ?
Suggestions ? If needed, I could create a ticket for it.
Ok, answering my own question:
rails g ember:install --headdoes that. However, it does not vendor
ember-data,bootstrapgenerated stuff depends on that. There is a pull request for that for now.