[LRUG] redirect_to with additional parameters

Kenneth Lee kenfodder at gmail.com
Wed Apr 28 09:01:54 PDT 2010


I agree that should just work.

If the value of a GET param is nil it will be omitted, if it's an empty 
string it will print the param key equal empty to string.

Just tested and works fine.

Ken

Matthew Rudy Jacobs wrote:
> that should work
> are params[:status] and params[:participant] nil in your use-case?
>
> On 28 April 2010 23:51, Riccardo Tacconi <rtacconi at gmail.com 
> <mailto:rtacconi at gmail.com>> wrote:
>
>     With this code:
>
>             redirect_to(
>               :controller => "management",
>               :action => "questions",
>               :id => @question.configuration_id,
>               :participant_id => params[:participant_id],
>               :status => params[:status]
>             )
>
>     I am trying to redirect to a url similar to this one:
>     http://localhost:3000/management/questions/120?participant_id=95&status=HOST_INBOX
>     <http://localhost:3000/management/questions/120?participant_id=95&status=HOST_INBOX>
>
>     But I get redirected to:
>     http://localhost:3000/management/questions/120
>
>     From Rails's API seems that it is possible to have that redirect
>     only using:
>
>             redirect_to(
>              
>     "/management/answers/8742?participant_id=95&status=HOST_INBOX_READ"
>             )
>
>     Is that correct?
>
>     Thanks,
>
>     -- 
>     Riccardo Tacconi
>     Web developer at Wolseley UK
>     VIRTUELOGIC LIMITED (Director)
>
>     http://www.linkedin.com/in/riccardotacconi
>     http://riccardotacconi.blogspot.com/
>     http://twitter.com/rtacconi
>     Linux user: #400461
>
>     _______________________________________________
>     Chat mailing list
>     Chat at lists.lrug.org <mailto:Chat at lists.lrug.org>
>     http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20100428/e75e0c45/attachment.html>


More information about the Chat mailing list