I am following the tutorial at: https://thinkster.io/angular-rails/
and when I get to the section: Integrating the Front-end with the Asset Pipeline, things break; t
Christian's answer worked for me. To cut out the extra link, the answer is to add
gem 'sprockets', '2.12.3'
to your Gemfile and then run a bundle update.
Ran into the same issue. sprockets issue.
solution here: Angular Rails Templates just not working
and here: http://www.ademartutor.com/angular-rails-templates-gem-error-with-sprockets-3-0-o/
I had the same problem. Running bundle update fixed it by installing newer versions of sprockets and angular-rails-templates gems.