On Jun 10, 10:25 pm, Michael Koziarski <[email protected]> wrote: > > "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?
Yep, fine in production. > 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. Ok. I don't really want to play with the config for the whole site (this is just one smallish part of it) so I'll probably refactor my output code so it streams in production, but buffers in development. It's a shame as this was ok in 2.2 AFAIK, but understood you've doubtless got good reasons for the new way of doing things. :) 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 -~----------~----~----~----~------~----~------~--~---
