Skip to content

Commit c564dcb

Browse files
committed
Remove deprecated Rails::Rack::LogTailer
1 parent b7f856c commit c564dcb

File tree

3 files changed

+4
-39
lines changed

3 files changed

+4
-39
lines changed

‎railties/CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Remove deprecated `Rails::Rack::LogTailer`.
2+
3+
*Rafael Mendonça França*
4+
15
* Remove deprecated `RAILS_CACHE` constant.
26

37
*Rafael Mendonça França*

‎railties/lib/rails/rack.rb‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ module Rails
22
module Rack
33
autoload :Debugger, "rails/rack/debugger" if RUBY_VERSION < '2.0.0'
44
autoload :Logger, "rails/rack/logger"
5-
autoload :LogTailer, "rails/rack/log_tailer"
65
end
76
end

‎railties/lib/rails/rack/log_tailer.rb‎

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)