search for: forn_remote_tag

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

Did you mean: form_remote_tag
2006 Nov 16
0
helpers not rendered in views?
https://rubyforge.org/tracker/index.php? func=detail&aid=6713&group_id=797&atid=3150 I''m not sure if this is true of all helper methods but it is for the following. In this case the forn_remote_tag is rendered as an empty line. Apprently helpers are not rendered in view tests... template _xyz: <div> <% form_remote_tag :update => "some_div", :url => {:action => :something } %> <textarea style="width: 100%" rows="2">Enter text he...