Displaying 1 result from an estimated 1 matches for "brandfetch".
2006 Jun 10
4
handling external links to methods in rails apps
I created the website www.brandfetch.com with Rails. I''ve noticed that
Google & some search engines have indexed links into the site that are
only meant to be reached through Ajax (link_to_remote) calls within the
app. (e.g. www.brandfetch.com/rails/web_stats/get_domain_stats)
I know how to handle calls to an unknown...