Displaying 1 result from an estimated 1 matches for "phone_carriers".
2007 Apr 06
0
Possible bug in ActiveRecord::Base#to_xml and caching
...xml results get cached, but not
used. This means that every subsequent request appends the results to the
cache.
This happens when config.cache_class = true; happens in both WEBrick and my
Apache2 fastcgi deploy.
And an example run:
C:\Development\AdminPortal\proto>wget
http://localhost:3000/phone_carriers.xml
...
09:21:34 (869.14 KB/s) - `phone_carriers.xml'' saved [890/890]
C:\Development\AdminPortal\proto>wget
http://localhost:3000/phone_carriers.xml
...
09:21:35 (1.70 MB/s) - `phone_carriers.xml.1'' saved [1780/1780]
C:\Development\AdminPortal\proto>wget
http://localhost...