Tagged Questions
0
votes
1answer
133 views
Rails - MissingTemplate occurred in controller#action
I have following scheme:
click on this link
= link_to 'Ping', {:controller => 'articles', :action => 'info_form', :to_article => @article.id}
go to ArticlesController
def info_form
...
18
votes
4answers
2k views
Googlebot receiving missing template error for an existing template
In the last couple of days, we have started to receive a missing template error when the google bot attempts to access our main home page (welcome/index). I have been staring at this for a couple of ...
1
vote
1answer
128 views
Ignore googlebot for Rack::Cache?
I'm using Rack::Cache, and google search bot triggers all my cache misses, so my cache is always full of pages that don't actually represent the most popular ones on my site, I can't seem to find how ...
1
vote
1answer
588 views
Googlebot substitutes the links of Rails app with subdomain
I have this Rails app, with domain name abc.com. I am also having a separate subdomain for Piwik stats, in this subdomain stats.abc.com.
Googlebot somehow listed some of the links with my subdomain ...