Ticket #147 (new defect)

Opened 6 months ago

Last modified 6 months ago

Render Action behaviour on Views

Reported by: bermi Assigned to:
Priority: major Milestone: 0.9
Component: Action View Keywords:
Cc:

Description

render_action, behaves differently from the same method in Rails see this forum entry.

This needs further investigation in order to avoid action execution by default.

Change History

04/24/08 17:36:51 changed by Kaste

I think thats a clear case. method names in rails mostly are.

render_* renders and perform_* performs an action.

Actually I don't know the use case for the current behaviour.