Skip to content

Commit de089db

Browse files
committed
Add falcon to the available rack servers
1 parent 501cb3e commit de089db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/commands/server/server_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ServerCommand < Base # :nodoc:
9696

9797
# Hard-coding a bunch of handlers here as we don't have a public way of
9898
# querying them from the Rack::Handler registry.
99-
RACK_SERVERS = %w(cgi fastcgi webrick lsws scgi thin puma unicorn)
99+
RACK_SERVERS = %w(cgi fastcgi webrick lsws scgi thin puma unicorn falcon)
100100

101101
DEFAULT_PORT = 3000
102102
DEFAULT_PIDFILE = "tmp/pids/server.pid"

0 commit comments

Comments
 (0)