-
Notifications
You must be signed in to change notification settings - Fork 253
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
Ruby 3.3.0 - Rails 7.1.3 - Windows 11 Pro #370
Comments
This is probably a Rails or Puma issue. I am a Windows user and I'm also involved with Puma. Do you see anything in the browser? |
Thank you for the response @MSP-Greg. There is no messages in the browser. The server immediately shuts down - the browser states that it cannot establish a connection. Right, the issue could be with Rails or Puma. I did push the project to my Test environment on Heroku, and it loaded without issue. The joys of programming in Windows. For now I'll stick with Ruby 3.2.2 and Rails 7.1.3, using Puma 6.4.2, Once I have a working environment with Ruby 3.3.X I'll report back. |
Just to confirm, the above works on Windows, but Ruby 3.3.0 does not? Puma is testing against Windows 3.3 and also Windows Ruby head/master, and that works fine (locally, I usually test with Ruby head/master). There are some Ruby ABI changes in 3.3.0, but I don't recall what they are. There may be an extension gem that isn't compatible with Ruby 3.3. Really not sure, and don't have much free time today. |
Correct ... Ruby 3.2.2 with Rails 7.1.3, using Puma 6.4.2, works on my Windows environment ... swapping in Ruby 3.3.0 fails. |
hi @charlie-prezzano - I have done a basic scaffold app with Rails 7.1.3, Ruby 3.3.0, Puma 6.4.2 on Windows 10 Pro and it seems to start up and run. By the way, I notice this in your command:
but this in your GET
Is it intentional that you're starting the server on |
Hi @mohits. Thank you for the reply. I'm unsure why the server ip does not match the get request ip. I updated the server to run on 127.0.0.1 and have the same issue. In the next day or two I'm starting a new rails app and will see if that works. |
Thanks for checking that, @charlie-prezzano. I just realised that I've always used 127.0.0.1. It's unfortunately now at a point for me that it works here and doesn't work for you. If you do find the solution, would you post here please? Thanks! |
Hi @charlie-prezzano - did it work? |
I have not gotten this to work, so I have reverted back to Ruby 3.2 for now. Once the next minor version of Ruby 3.3 is released I will try again. It's not critical for me to upgrade, so I'll wait it out. |
hi @charlie-prezzano - wondering if this worked for you eventually? (I'm going through the issues to close things if they are no longer issues for users) |
What problems are you experiencing?
Rails server starts, but exits with no stacktrace / messages when first web page loads.
I use RubyMine, but starting the rails sever via command line to remove the it as a variable.
Start the server ...
Server successfully starts ... visit http://127.0.0.3:3000/:
As there is no stack trace / messages this is tough to debug.
Two things to note:
The text was updated successfully, but these errors were encountered: