This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
db8b06099f
rails--rails
/
railties
/
lib
/
rails
/
rack.rb
6 lines
79 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added Rack middleware to handle static files.
2008-06-01 16:18:31 -04:00
module
Rails
module
Rack
Remove debugger support bebugger doesn't work with Ruby 2.2 so we don't need to support it anymore
2015-01-04 13:12:24 -05:00
autoload
:Logger
,
"
rails/rack/logger
"
Added Rack middleware to handle static files.
2008-06-01 16:18:31 -04:00
end
end
Copy permalink