projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move ruby-progressbar back to 1.7.1 for now
[rails.git]
/
config
/
initializers
/
rack_request.rb
1
# Hack to workaround https://github.com/phusion/passenger/issues/1421
2
if defined?(PhusionPassenger)
3
module Rack
4
class Request
5
def port
6
DEFAULT_PORTS[scheme]
7
end
8
end
9
end
10
end