> AFAIK you should usually use around filters instead of before-filters > so you can clear whatever instance variables you just set (so that > they don't have the potential of leaking between requests in > production mode).
Each request gets a new controller instance, so that's not accurate. -- 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 -~----------~----~----~----~------~----~------~--~---
