Josh
Results
2
issues of
Josh
When I start a Rails app with this command, it causes a 404 error by default, because it's loading the unprocessed `application.tailwind.css` file in the browser, which tries to do...
`rails new` silently fails when `yarn` isn't installed, resulting in a broken project. ### Steps to reproduce Create a new Rails project like this: ``` rails _8.0.2_ new my_website --js=esbuild...