A comma has been added to raw_cookie.split delimiter. Why? Cookies not set from Rails with values like “foo,bar” won’t work anymore, only “foo” will be preserved. Are we supposed to encode the comma in cookies when saving them in JavaScript from now on?
Thanks for the explanation. We’re updating Radiant CMS to Rails 2.0 and, because the framework is already frozen in the project, I have simply updated its javascript to do encoding of values.
Still, maybe the revert should be backported to stable. I can’t estimate how many people out there are writing comma-delimited values via javascripts, but whoever did it’s broken if they update to Rails 2.0.2.