Skip to content

Commit

Permalink
Remove deprecated Rails::Rack::LogTailer
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 4, 2015
1 parent b7f856c commit c564dcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
4 changes: 4 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Remove deprecated `Rails::Rack::LogTailer`.

*Rafael Mendonça França*

* Remove deprecated `RAILS_CACHE` constant.

*Rafael Mendonça França*
Expand Down
1 change: 0 additions & 1 deletion railties/lib/rails/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ module Rails
module Rack
autoload :Debugger, "rails/rack/debugger" if RUBY_VERSION < '2.0.0'
autoload :Logger, "rails/rack/logger"
autoload :LogTailer, "rails/rack/log_tailer"
end
end
38 changes: 0 additions & 38 deletions railties/lib/rails/rack/log_tailer.rb

This file was deleted.

0 comments on commit c564dcb

Please sign in to comment.