Changeset 7602
- Timestamp:
- 09/23/07 22:12:45 (1 year ago)
- Files:
-
- trunk/actionpack/lib/action_controller/assertions.rb (modified) (1 diff)
- trunk/activesupport/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/assertions.rb
r7438 r7602 1 require 'test/unit'2 1 require 'test/unit/assertions' 3 2 trunk/activesupport/CHANGELOG
r7590 r7602 1 1 *SVN* 2 3 * Fixed cache_page to use the request url instead of the routing options when picking a save path #8614 [josh] 2 4 3 5 * Object.subclasses_of includes anonymous subclasses. [Jeremy Kemper]