rails_fix_google_bot_accept:针对 Google 机器人请求的 Rails 修复

时间:2024-07-02 01:38:09
【文件属性】:

文件名称:rails_fix_google_bot_accept:针对 Google 机器人请求的 Rails 修复

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-02 01:38:09

Ruby

RailsFixGoogleBotAccept 这个 gem 修复了 Rails 生成的ActionView::MissingTemplate错误,当页面被请求标题为Accept: */*;q=0.9 (或任何其他数字)时。 Google bot 会执行此类请求。 安装 将此行添加到应用程序的 Gemfile 中: gem 'rails_fix_google_bot_accept' 然后执行: $ bundle 就是这样。 来源 gem 基于这个要点: : 它是由 Romain Champourlier 制作的,作为对这个问题的回答: ://*.com/questions/8881756/googlebot-receiving-missing-template-error-for-an-existing-template 贡献 分叉吧 创建您的功


【文件预览】:
rails_fix_google_bot_accept-master
----LICENSE.txt(1KB)
----lib()
--------rails_fix_google_bot_accept()
--------rails_fix_google_bot_accept.rb(1KB)
----Gemfile(112B)
----Rakefile(28B)
----README.md(901B)
----rails_fix_google_bot_accept.gemspec(966B)
----.gitignore(154B)

网友评论