-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
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 ...
PS C:\Users\hawth\RubymineProjects\project-name> rails server -b 127.0.0.3 -p 3000 -e development
C:/Users/hawth/.local/share/gem/ruby/3.3.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of zeitwerk-2.6.12 to add csv into its gemspec.
=> Booting Puma
=> Rails 7.1.3 application starting in development
=> Run `bin/rails server --help` for more startup options
*** SIGUSR2 not implemented, signal based restart unavailable!
*** SIGUSR1 not implemented, signal based restart unavailable!
*** SIGHUP not implemented, signal based logs reopening unavailable!
Puma starting in single mode...
* Puma version: 6.4.2 (ruby 3.3.0-p0) ("The Eagle of Durango")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 13812
* Listening on http://127.0.0.3:3000
Server successfully starts ... visit http://127.0.0.3:3000/:
Started GET "/" for 127.0.0.1 at 2024-02-05 13:23:59 -0500
ActiveRecord::SchemaMigration Load (30.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
PS C:\Users\hawth\RubymineProjects\project-name>
As there is no stack trace / messages this is tough to debug.
Two things to note:
- I was able to execute a simple rake task
- Same server issue with Rails v7.1.2
Metadata
Metadata
Assignees
Labels
No labels