[ 源代码: ruby-request-store ]
软件包:ruby-request-store(1.7.0-1)
ruby-request-store 的相关链接
Debian 的资源:
下载源码包 ruby-request-store:
- [ruby-request-store_1.7.0-1.dsc]
- [ruby-request-store_1.7.0.orig.tar.gz]
- [ruby-request-store_1.7.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
per-request global variable storage for Rack-based web servers
RequestStore gives you per-request global storage of variables for Rack- compliant web servers. It is intended as an alternative to Thread.current, to avoid bugs in threaded server implementations. RequestStore supports Rails 3+ out-of-the-box, but can be configured for use in Rails 2.x and non-Rails environments.
其他与 ruby-request-store 有关的软件包
|
|
|
|
-
- dep: ruby-rack (>= 1.4)
- modular Ruby webserver interface
-
- sug: ruby-railties
- tools for creating, working with, and running Rails applications