search for: _run_rhtml_reservation_list

Displaying 1 result from an estimated 1 matches for "_run_rhtml_reservation_list".

2007 Apr 12
0
Exception backtraces for view plugins
...in the standard rhtml templates includes the template''s file name and the line number where the error occurred. Errors in templates using the new templating system don''t produce this. .rhtml template errors look like this: #{RAILS_ROOT}/app/views/reservation/list.rhtml:25:in `_run_rhtml_reservation_list'' ... and my plugin template errors look like this: (erb):48:in `render'' ... I''ve found that the stated line number is correct - once you''ve worked out exactly which template you need to look at. It''s OK if the action only uses one template,...