This project is archived and is in readonly mode.
tzinfo change breaks xml rendering
Reported by Sam Ruby | June 8th, 2009 @ 03:22 AM | in 2.x
Reproduction instructions:
ruby script/generate scaffold user name:string
rake db:migrate
ruby script/runner "User.new(:name=>'George').save"
ruby script/server &
sleep 10
curl http://localhost:3000/users/1.xml
This was broken by commit 04eb2b72b400384fe49e31b95c11c68cab2aca8e. This also affects ActiveResource.
Comments and changes to this ticket
-
Geoff Buesing June 8th, 2009 @ 03:46 AM
Thanks for the report -- I'm pretty sure this is because I wasn't referencing the correct TZInfo version, which I've since fixed. Try again, and let us know if this is still a problem.
-
Geoff Buesing June 8th, 2009 @ 03:59 AM
- State changed from new to resolved
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>