We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501cb3e commit de089dbCopy full SHA for de089db
railties/lib/rails/commands/server/server_command.rb
@@ -96,7 +96,7 @@ class ServerCommand < Base # :nodoc:
96
97
# Hard-coding a bunch of handlers here as we don't have a public way of
98
# querying them from the Rack::Handler registry.
99
- RACK_SERVERS = %w(cgi fastcgi webrick lsws scgi thin puma unicorn)
+ RACK_SERVERS = %w(cgi fastcgi webrick lsws scgi thin puma unicorn falcon)
100
101
DEFAULT_PORT = 3000
102
DEFAULT_PIDFILE = "tmp/pids/server.pid"
0 commit comments