rails-chat-tutorial
rails-chat-tutorial copied to clipboard
missing app/assets/javascript/application.js
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 - 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.
this app should probably be upgraded to Rails 6
would be very useful for a lot of people