> "ERROR ArgumentError: A copy of AmfController has been removed from > the module tree but is still active!"
Just to be clear, this only happens in development mode right? It's pretty-much an unavoidable side-effect of the reloading code. You either need to turn off reloading for your controllers (adding app/controllers to the load once paths) or turn ON reloading for your plugins. Chances are that it's safe for us now to turn on reloading for all the models and controllers in your plugins. > 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 > > > > -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
