rails-chat-tutorial icon indicating copy to clipboard operation
rails-chat-tutorial copied to clipboard

missing app/assets/javascript/application.js

Open Marialuisaclaro opened this issue 5 years ago • 2 comments
trafficstars

Hi! When I create the app, Rails doesn't generate the app/assets/javascripts directory, nor the related manifesto. What I have to do?

Marialuisaclaro avatar Sep 02 '20 05:09 Marialuisaclaro

@Marialuisaclaro - This is more than likely because you're using rails 6 in your app. If this is the case you will just have an app/javascript directory and you will need to install jQuery in a webpack using Yarn.

scottlandes1217 avatar Oct 14 '20 05:10 scottlandes1217

this app should probably be upgraded to Rails 6

would be very useful for a lot of people

mathieujobin avatar Oct 18 '20 02:10 mathieujobin