mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

リクエストをざっくりログしちゃうrack middlewareを作り始めてenvを見ればいいことがわかってじゃあログに出す方は、って検索したら同じクラス名の完成品をみつけてしまったw

https://gist.github.com/jugyo/300e93d6624375fe4ed8674451df4fe0

ありがたやありがたや

gist.github.comRack middleware for logging all rails requestRack middleware for logging all rails request. GitHub Gist: instantly share code, notes, and snippets.

uninitialized constant RequestLogger::RequestLog

ありー。

zunda

gem 'request_log'をGemfileに追加したら

undefined method `push' for RequestLog:Module

にw

s/RequestLog.push/Rails.logger.info/ してかいけつ。そんなんでいいんか。