Frederick Cheung wrote: > what version of rails are you using ? In rails 2 and above rendering > from a filter should cause the filter chain to halt. in previous > versions you had to return false from your filter.
You're right! My semi pseudocode oversimplified my actual code. There's a logic that prevents false being returned from the filter. Thanks mate -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

