Changeset 6647
- Timestamp:
- 05/01/07 21:02:37 (1 year ago)
- Files:
-
- trunk/activesupport/CHANGELOG (modified) (1 diff)
- trunk/activesupport/lib/active_support.rb (modified) (1 diff)
- trunk/activesupport/lib/active_support/core_ext/test (added)
- trunk/activesupport/lib/active_support/core_ext/test.rb (added)
- trunk/activesupport/lib/active_support/core_ext/test/difference.rb (added)
- trunk/activesupport/test/test_test.rb (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/CHANGELOG
r6611 r6647 1 1 *SVN* 2 3 * Added assert_difference and assert_no_difference to test/unit assertions [Tobias Luetke] 2 4 3 5 * Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] trunk/activesupport/lib/active_support.rb
r5940 r6647 44 44 45 45 require 'active_support/multibyte' 46