<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body>
This might be a complete red herring, but I've had issues with the
query string being dropped from a path with automated tests. Did you
you try it in a browser?<br>
<br>
<br>
On 28/04/2010 16:53, Matthew Rudy Jacobs wrote:
<blockquote
 cite="mid:u2n15bfdf031004280853t93d083c2s8bf733f119df0357@mail.gmail.com"
 type="cite">that should work<br>
are params[:status] and params[:participant] nil in your use-case?<br>
  <br>
  <div class="gmail_quote">On 28 April 2010 23:51, Riccardo Tacconi <span
 dir="ltr"><<a moz-do-not-send="true"
 href="mailto:rtacconi@gmail.com">rtacconi@gmail.com</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">With
this code:<br>
    <br>
        redirect_to(<br>
          :controller => "management",<br>
          :action => "questions",<br>
          :id => @question.configuration_id,<br>
          :participant_id => params[:participant_id],<br>
          :status => params[:status]<br>
        )<br>
    <br>
I am trying to redirect to a url similar to this one: <a
 moz-do-not-send="true"
 href="http://localhost:3000/management/questions/120?participant_id=95&status=HOST_INBOX"
 target="_blank">http://localhost:3000/management/questions/120?participant_id=95&status=HOST_INBOX</a><br>
    <br>
But I get redirected to: <a moz-do-not-send="true"
 href="http://localhost:3000/management/questions/120" target="_blank">http://localhost:3000/management/questions/120</a><br>
    <br>
>From Rails's API seems that it is possible to have that redirect only
using:<br>
    <br>
        redirect_to(<br>
         
"/management/answers/8742?participant_id=95&status=HOST_INBOX_READ"<br>
        )<br>
    <br>
Is that correct?<br>
    <br>
Thanks,<br clear="all">
    <br>
-- <br>
Riccardo Tacconi<br>
Web developer at Wolseley UK <br>
VIRTUELOGIC LIMITED (Director)<br>
    <br>
    <a moz-do-not-send="true"
 href="http://www.linkedin.com/in/riccardotacconi" target="_blank">http://www.linkedin.com/in/riccardotacconi</a><br>
    <a moz-do-not-send="true"
 href="http://riccardotacconi.blogspot.com/" target="_blank">http://riccardotacconi.blogspot.com/</a><br>
    <a moz-do-not-send="true" href="http://twitter.com/rtacconi"
 target="_blank">http://twitter.com/rtacconi</a><br>
Linux user: #400461<br>
    <br>
_______________________________________________<br>
Chat mailing list<br>
    <a moz-do-not-send="true" href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
    <a moz-do-not-send="true"
 href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Chat mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a>
  </pre>
</blockquote>
<br>
</body>
</html>