Changeset 4161
- Timestamp:
- 04/04/06 20:16:29 (3 years ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/integration.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r4158 r4161 1 1 *SVN* 2 3 * Delegate xml_http_request in integration tests to the session instance. [Jamis Buck] 2 4 3 5 * Update the diagnostics template skip the useless '<controller not set>' text. [Nicholas Seckar] trunk/actionpack/lib/action_controller/integration.rb
r4079 r4161 465 465 end 466 466 467 %w(get post cookies assigns ).each do |method|467 %w(get post cookies assigns xml_http_request).each do |method| 468 468 define_method(method) do |*args| 469 469 reset! unless @integration_session