1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #20712 from nhodges/dev/nh/20345

Remove `config` options from `default_options` in `railties`
This commit is contained in:
Rafael Mendonça França 2015-06-27 13:39:07 -03:00
commit 329c249c9a

View file

@ -96,8 +96,7 @@ module Rails
DoNotReverseLookup: true,
environment: (ENV['RAILS_ENV'] || ENV['RACK_ENV'] || "development").dup,
daemonize: false,
pid: File.expand_path("tmp/pids/server.pid"),
config: File.expand_path("config.ru")
pid: File.expand_path("tmp/pids/server.pid")
})
end