This project is archived and is in readonly mode.
ActiveRecord::XmlSerialization docs error
Reported by Bart Zonneveld | February 24th, 2009 @ 10:21 AM | in 2.x
http://api.rubyonrails.org/class... states:
"To not have the column type included in the XML output, set :skip_types to false."
which should be "set :skip_types to true."
Comments and changes to this ticket
-
Matt Jones February 27th, 2009 @ 09:54 PM
The documentation page you're referring to is old - the public documentation for to_xml is now part of this page, and is correct.
However, the old page is the second result for searching "rails to_xml" on Google...
Core team: is there any way to get rid of the dead page on the api.rubyonrails.org site?
-
Pratik March 6th, 2009 @ 02:44 PM
RDoc should be regenerated when we have 2.3 stable released. But I'll ping Jeremy anyways.
-
Pratik March 6th, 2009 @ 02:45 PM
- 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>