This project is archived and is in readonly mode.

#2779 ✓resolved
Sam Ruby

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

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>

People watching this ticket

Tags

Pages