I'm new to Rails and trying to use some Javascript, but everywhere I go I see application.js mentioned, but it's nowhere to be found in my directories.
I followed the official guide and created a blog. But there is no javascript folder or application.js file under app/assets like I'm expecting.
I'm using Rails 7. During installation, I had errors with the tzinfo-data gem, but fixed it later.
rails new myapp --css tailwind --database=postgres