Skip to content

Commit

Permalink
Remove deprecated Logger core extensions (core_ext/logger.rb)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jul 3, 2013
1 parent c1e649a commit 39475aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 68 deletions.
4 changes: 4 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
* Remove deprecated `Logger` core extensions (`core_ext/logger.rb`).

*Carlos Antonio da Silva*

* Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time` * Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`
and `Time#local_time` in favor of `Time#utc` and `Time#local`. and `Time#local_time` in favor of `Time#utc` and `Time#local`.


Expand Down
1 change: 0 additions & 1 deletion activesupport/lib/active_support/core_ext.rb
@@ -1,4 +1,3 @@
Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"].each do |path| Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"].each do |path|
next if File.basename(path, '.rb') == 'logger'
require path require path
end end
67 changes: 0 additions & 67 deletions activesupport/lib/active_support/core_ext/logger.rb

This file was deleted.

0 comments on commit 39475aa

Please sign in to comment.