Changeset 1648
- Timestamp:
- 07/03/05 12:48:24 (3 years ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/assertions.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r1646 r1648 1 1 *SVN* 2 3 * Fixed assert_template nil will be true when no template was rendered #1565 [maceywj@telus.net] 2 4 3 5 * Added :prompt option to FormOptions#select (and the users of it, like FormOptions#select_country etc) to create "Please select" style descriptors #1181 [Michael Schuerig] trunk/actionpack/lib/action_controller/assertions.rb
r1609 r1648 94 94 assert_block(msg) do 95 95 if expected.nil? 96 @response.rendered_with_file?96 !@response.rendered_with_file? 97 97 else 98 98 expected == rendered