Skip to content Skip to sidebar Skip to footer

Rails Not Registering Javascript Files Under App/assets/javascripts

I'm currently trying to integrate d3 with my rails app. After installing the d3-rails gem, I came across this tutorial on d3. Somewhere in the tutorial, the below code is provided

Solution 1:

Did you compile the assets?

You'll need to run:

rake asset:precompile

Post a Comment for "Rails Not Registering Javascript Files Under App/assets/javascripts"