> 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. :)
The reloading was moved around to support rack access to our sessions (which can contain reloadable objects). Making your plugin controllers reload, should fix it just fine. -- 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 -~----------~----~----~----~------~----~------~--~---
