ember-rails
ember-rails copied to clipboard
ember:install generator should clear tmp files after installing.
Otherwise the incorrect files get served until rake tmp:clear is ran.
For reference:
http://stackoverflow.com/questions/21992870/ember-rails-upgrading-emberjs-version-confusing-tmp-folder
When I run "rails g ember:bootstrap" it puts ember.js and ember-data.js. which never change after that.
I'm actually finding that even when I do
bundle exec rake -T I'm getting a tmp/ directory created. If I do it as the wrong user, all of a sudden I under up with an application that won't start.