Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails 中是否有可能在每个请求的范围内都有一个全局变量?这意味着,该变量不会在 Rack 请求中持续存在。
我需要这个,因为我希望能够在整个应用程序中引发事件。在请求结束时,我希望能够将这些引发的事件收集到一个数组中并将它们发送给客户端。