You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried putting gem into gemfile, but the scaffold generator produced:
C:\Users\Ed\webapps\credit>rails g angularjs:scaffold Quests
remove app/assets/stylesheets/scaffolds.css.scss
insert app/assets/javascripts/routes.coffee.erb
C:/Ruby193/lib/ruby/gems/1.9.1/gems/thor-0.18.1/lib/thor/actions/inject_into_file.rb:99:in `binread': No such file or directory - C:/Users/Ed/webapps/credit/app/assets/javascripts/routes.coffee.erb (Errno::ENOENT)
~/c/angularjs_rails_resource ❯❯❯ rails -v
~/c/angularjs_rails_resource ❯❯❯ rails g angularjs:install
The scaffold generator works fine though.
The text was updated successfully, but these errors were encountered: