数値タグの奇妙なURLで500エラー(Googleクロール失敗)

まあ、これは見た目がよろしくないですね:

ActionView::Template::Error (No route matches {action: "tag_feed", controller: "tags", tag_id: "9999"})
  app/views/list/list.erb:136
  app/views/list/list.erb:134
  lib/topic_list_responder.rb:16:in 'block (2 levels) in TopicListResponder#respond_with_list'
  lib/topic_list_responder.rb:7:in 'TopicListResponder#respond_with_list'
  app/controllers/tags_controller.rb:223:in 'block (2 levels) in <class:TagsController>'
  app/controllers/tags_controller.rb:229:in 'TagsController#show'
  app/controllers/application_controller.rb:447:in 'block in ApplicationController#with_resolved_locale'
  app/controllers/application_controller.rb:447:in 'ApplicationController#with_resolved_locale'
  app/controllers/application_controller.rb:1098:in 'ApplicationController#ensure_dont_cache_page'
  lib/middleware/omniauth_bypass_middleware.rb:35:in 'Middleware::OmniauthBypassMiddleware#call'
  …

このエラーを修正すべきですね。また、タグ ID が見つからない場合は、すべて数字で構成されるタグ名を検索するフォールバックを実装できるかもしれません。

Wayback がそのタグを最初に検知したのは 2025 年 5 月 13 日 で、その URL は https://retrocomputingforum.com/tag/6309 でした。これは 当時機能していましたが、2025 年 12 月 16 日 まで機能していました。

「いいね!」 1