search for: 5btitle

Displaying 1 result from an estimated 1 matches for "5btitle".

Did you mean: btitle
2011 Sep 19
0
Weird Parameter Encoding issue in Production Rails 3.1.0
...ing a weird issue with posted parameters in Rails 3.1.0. This is only happening in production and not in development. I have confirmed that when making a post, parameters are passed to the server as: utf8=%E2%9C %93&authenticity_token=jOn16Uw3oUBPQfX02nt1IN8muZf150nTt24Ic4JgPvY %3D&alert%5Btitle%5D=http%3A%2F%2Fwww&alert%5Bheadline%5D=%26headline Which looks like the following when decoded: utf8=✓&authenticity_token=jOn16Uw3oUBPQfX02nt1IN8muZf150nTt24Ic4JgPvY=&alert[title]=http:// www&alert[headline]=&headline However, on the server side, the parameters are received...