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
470d0e459f
rails--rails
/
railties
/
lib
/
rails
/
rack.rb
8 lines
110 B
Ruby
Raw
Normal View
History
Unescape
Escape
Adding frozen_string_literal pragma to Railties.
2017-08-14 13:08:09 -04:00
# frozen_string_literal: true
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