greghauptmann
2009-Dec-17 00:33 UTC
Where is the first point in rails code that a request hits?
Hi, Where is the first point in rails code that a request hits? (I can then add some logging code there as I want to measure some response times) Regards -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Matt Jones
2009-Dec-17 15:56 UTC
Re: Where is the first point in rails code that a request hits?
Looks like the call function in dispatcher.rb is the entry point from Rack. --Matt Jones On Dec 16, 7:33 pm, greghauptmann <greg.hauptm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > Where is the first point in rails code that a request hits? > > (I can then add some logging code there as I want to measure some > response times) > > Regards-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
greghauptmann
2009-Dec-21 09:42 UTC
Re: Where is the first point in rails code that a request hits?
thanks On 18 déc, 02:56, Matt Jones <al2o...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Looks like the call function in dispatcher.rb is the entry point from > Rack. > > --Matt Jones > > On Dec 16, 7:33 pm, greghauptmann <greg.hauptm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, > > > Where is the first point in rails code that a request hits? > > > (I can then add some logging code there as I want to measure some > > response times) > > > Regards- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents --- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.