I am using ThickBox/jQuery for an app. With it I need to be able to add
a query string to the end of a dynamically generated URL. For example
‘?height=300&width=300’
I ran into the same issue last week and your code led me to the
solution.
Looks like unreserved keys that are passed to the options hash url_for,
which is what testimonial_url calls down the line, get turned into query
string params. So: