projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
65bbf6b
)
Remove workaround for fixed bug in passenger
author
Tom Hughes
<tom@compton.nu>
Mon, 30 Mar 2015 20:19:44 +0000
(21:19 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 30 Mar 2015 20:28:29 +0000
(21:28 +0100)
config/initializers/rack_request.rb
[deleted file]
patch
|
blob
|
history
diff --git
a/config/initializers/rack_request.rb
b/config/initializers/rack_request.rb
deleted file mode 100644
(file)
index
c5643d7
..0000000
--- a/
config/initializers/rack_request.rb
+++ /dev/null
@@
-1,10
+0,0 @@
-# Hack to workaround https://github.com/phusion/passenger/issues/1421
-if defined?(PhusionPassenger)
- module Rack
- class Request
- def port
- DEFAULT_PORTS[scheme]
- end
- end
- end
-end