Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10820 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

[PATCH] Improve implementation/tests of request level view paths

Reported by: lifofifo Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: normal Keywords:
Cc:

Description

Attached patch removes some unnecessary code and corrects the tests as well, associated with request level view paths.

Attachments

correct_instance_view_paths.patch (3.5 kB) - added by lifofifo on 01/15/08 23:11:01.

Change History

01/15/08 23:11:01 changed by lifofifo

  • attachment correct_instance_view_paths.patch added.

01/16/08 01:41:34 changed by nzkoz

  • status changed from new to closed.
  • resolution set to fixed.

(In [8645]) Ensure that the tests use the instance-level view-paths correctly. Closes #10820 [lifofifo]