Hi all, Has there been any progress on the issue with render procs not handling dependencies right in 2.3.2 - or any suggestions on how to work around it?
Jeff reported it here: http://groups.google.com/group/rubyonrails-core/browse_frm/thread/675477c3fb23bf2 and it's also documented at: https://rails.lighthouseapp.com/projects/8994/tickets/2546-render-text-proc http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/0d1dac35f2f9492a http://live.prokhorenko.us/2009/05/issues-with-ror-streaming-from.html Typically it's manifested in an error like this: "ERROR ArgumentError: A copy of AmfController has been removed from the module tree but is still active!" I work on the OpenStreetMap (www.openstreetmap.org) online editor and would like to use this to stream map data back to the client as it's fetched. We updated to 2.3.2 the other week, so at present we have to assemble all the data in memory before sending it back as a single chunk, which is less cool. cheers Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
