ChristopherPeterson / ror-425-example

This Ruby on Rails app is a practice app using Ruby 2.3.1 and Rails 4.2.5
MIT License
0 stars 0 forks source link

Gemfile has missing dependency #1

Open Spencer-Dawson opened 7 years ago

Spencer-Dawson commented 7 years ago

One of your files has a dependency for "/= require angular", but your GemFile doesn't include anything to meet that dependency. Adding "gem 'angularjs-rails' to the GemFile worked for me.

Edit: I just noticed your last commit was about removing nodejs. Maybe you just need to remove the "/= require angular" reference?

ChristopherPeterson commented 7 years ago

:) It was an incomplete example, but thank you.

I was started to spend time learning Angular, but realized I just couldn't stand its architecture. I spent a few days building this just as a refresher on Rails since it had been a while since I built a Rails app. ;)