search for: postme

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

Did you mean: poste
2006 Mar 30
4
redirect_to("url") with post?
Is there a Rails-friendly way to redirect_to an url and post some parameters with that? I''ve tried: redirect_to("http://whatever.com", { ''postme'' => ''this'' }) redirect_to("http://whatever.com", :post => { ''postme'' => ''this'' }) redirect_to("http://whatever.com", :options => { ''postme'' => ''this'' }) ... and n...