Hello, We are getting routing errors like the following in our production logs: No route matches "/cart/google-analytics.com/ga.js" with {:method=>:get} We can''t replicate the error without directly specifying the entire url. We don''t know where the /google-analytics.com/ga.js is coming from. It doesn''t look like that actual url is being entered. It looks more like it is being appended somehow automatically. I guess it could be rails or apache or somehow analytics. If anyone has any input or needs further information let me know. Thanks, Gunner -- 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.
On Tue, Dec 14, 2010 at 12:05 PM, gwgeller <ggeller-7i4H8wEhPzhYIrTc8ZqnVFaTQe2KTcn/@public.gmane.org> wrote:> We are getting routing errors like the following in our production logs: > > No route matches "/cart/google-analytics.com/ga.js" ... > > We don''t know where the /google-analytics.com/ga.js is coming from.? Are you saying you''re not using Google analytics? It certainly looks like you''re including it somewhere but with an incomplete URL. What does the `view generated source` for one of the pages in question look like? (A link to such a page would obviously help us non-clairvoyants.) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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.
On 14 December 2010 20:05, gwgeller <ggeller-7i4H8wEhPzhYIrTc8ZqnVFaTQe2KTcn/@public.gmane.org> wrote:> Hello, > We are getting routing errors like the following in our production > logs: > > No route matches "/cart/google-analytics.com/ga.js" with > {:method=>:get}What do you mean ''we are getting routing errors''? Do you mean that they are appearing in the log as a result of some external source asking for that url, or is it one of your own pages linking to that url. If you cannot tell this from the logs then enable a higher level of logging in production so you can find out. Colin -- 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.