[Rails] @params["aKey"] and multiple aKeys in request

Gábor Sebestyén segabor at gmail.com
Wed Mar 8 18:01:32 GMT 2006


Hi,

I've actually run into an interesting problem and no idea how to fix
it. In request parameters i have multiple "url" keys like this:
url=www.abc.com&url=cnn.com&url=....
But @params[:url] has only the latest value for "url" key instead of
having values kept in array.
So what's next? Is there way out of this issue?

Thanks,

Gábor

PS.: I use rails 1.0.0 and running my app in WEBrick.


More information about the Rails mailing list