-
-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions tell users to start rails with rails s
#1488
Comments
FYI -- if webpacker.yml setting for |
Without specifying any sort of starting point, these instructions do not work. I ran a I'll update the docs to specify the prerequisite of a rails app with webpacker enabled (i.e. |
@mgmodell OK to close? |
Certainly looks like it to me! |
Discussed in #1485
Originally posted by jasonfb September 23, 2022
Please note I am stuck getting the basic installation working so perhaps there is a gap in my understanding. please elucidate me if so.
see #1483 for my issue where I am stuck here.
however, I tried both
foreman start -f Procfile.dev-static
and alsorails s
and both produce the same results (see issue)What I don't understand is if the webpack dev server is needed to be running in the background to make it work when compile is set to false (which the react_on_rails installer has just done in the prior step), why do these instructions tell the user to start the server with
rails s
and notforeman start -f Procfile.dev-static
The text was updated successfully, but these errors were encountered: