If you are letting the request go through the Rails stack already I
don't see how you can make the response go any faster either way. If
you were catching the request in the middleware on its way to the
Rails stack and returned right away without going through Rails then
it would be a different story and the response would be faster.

On May 31, 4:20 am, Muruga <murugu2...@gmail.com> wrote:
> Hi All
>            I need an solution that i should catch response and based
> on some conditions i have to modify response body and send back to
> client.
>
>       I have tried with a Middleware and got a solution.Can i use a
> Middleware or simply one after_filter.
> On performance wise which is best.Or is there any other ways to do it.
>
>                            thanks in advance.

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to