Skip to content Skip to sidebar Skip to footer

Rails JavaScript Views Not Working In Production

I'm having an unexplainable issue with my Rails app. I'm using a lot of JavaScript in all parts of the app. In development everything is working just fine, but in production it see

Solution 1:

You should move coffee-rails gem from the :assets group to the main group.


Post a Comment for "Rails JavaScript Views Not Working In Production"