search for: get_domain_stat

Displaying 1 result from an estimated 1 matches for "get_domain_stat".

Did you mean: get_domain_stats
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 method, but how can I handle these links/calls to implemented methods that aren''t supposed to be called directly? Thank you, Chris -- Posted via http://www.ruby-forum.com/.