Changeset 4623
- Timestamp:
- 07/27/06 00:10:06 (2 years ago)
- Files:
-
- trunk/activesupport/CHANGELOG (modified) (1 diff)
- trunk/activesupport/lib/active_support.rb (modified) (1 diff)
- trunk/activesupport/lib/active_support/deprecation.rb (added)
- trunk/activesupport/test/deprecation_test.rb (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/CHANGELOG
r4616 r4623 1 1 *SVN* 2 3 * First cut of the Rails Deprecation system. [Koz] 2 4 3 5 * Strip boolean XML content before checking for 'true' [Rick Olson] trunk/activesupport/lib/active_support.rb
r3818 r4623 33 33 require 'active_support/dependencies' 34 34 require 'active_support/reloadable' 35 require 'active_support/deprecation' 35 36 36 37 require 'active_support/ordered_options'