rails/railties/lib
Jean Boussier 2a3a6e5efc Improve rails s error message when no server could be found.
Fix: https://github.com/rails/rails/issues/45092

Up until 3.0, `rails s` would always at least find webrick. But since it
was removed in Ruby 3.0, it's now possible to end up with no available server
at all.

In such case we should recommend adding puma to the Gemfile.
2022-05-14 09:43:34 -04:00
..
minitest Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
rails Improve rails s error message when no server could be found. 2022-05-14 09:43:34 -04:00
rails.rb Delay loading Zeitwerk 2022-01-05 12:59:49 +01:00