Displaying 1 result from an estimated 1 matches for "action_prefix".
2005 Mar 02
2
form action in mail (actionmailer)
...m action in actionmailer''s view (.rhtml) for some reason.
1. I use start_form_tag helper method as normally, but how I can ?
I did <%= start_form_tag :action => "http://myhostname/mycontroller/myaction" %> or
<%= start_form_tag :action => "myaction", :action_prefix => "http://myhostname/mycontroller" %>
but met same errors
/gems/actionpack-1.3.1/lib/action_view/helpers/url_helper.rb:11:in `send''
/gems/actionpack-1.3.1/lib/action_view/helpers/url_helper.rb:11:in `url_for''
/gems/actionpack-1.3.1/lib/action_view/he...