Skip to content

Commit

Permalink
Remove deprecated AS::BasicObject, use AS::ProxyObject instead
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jul 2, 2013
1 parent 4b97ce5 commit cad3a13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
4 changes: 4 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
* Remove deprecated `ActiveSupport::BasicObject`, use `ActiveSupport::ProxyObject` instead.

*Carlos Antonio da Silva*

* Remove deprecated `BufferedLogger`.

*Yves Senn*
Expand Down
1 change: 0 additions & 1 deletion activesupport/lib/active_support.rb
Expand Up @@ -39,7 +39,6 @@ module ActiveSupport

eager_autoload do
autoload :BacktraceCleaner
autoload :BasicObject
autoload :ProxyObject
autoload :Benchmarkable
autoload :Cache
Expand Down
11 changes: 0 additions & 11 deletions activesupport/lib/active_support/basic_object.rb

This file was deleted.

12 changes: 0 additions & 12 deletions activesupport/test/deprecation/basic_object_test.rb

This file was deleted.

0 comments on commit cad3a13

Please sign in to comment.