./wip/ruby-request_store, Per-request global storage for Rack

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.0, Package name: ruby31-request_store-1.5.0, Maintainer: pkgsrc-users

Ever needed to use a global variable in Rails? Ugh, that's the worst. If youq
need global state, you've probably reached for Thread.current. Like this:

def self.foo
Thread.current[:foo] ||= 0
end

def self.foo=(value)
Thread.current[:foo] = value
end

Ugh! I hate it. But you gotta do what you gotta do...


Required to run:
[www/ruby-rack] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d93bbff6e4f84f0f4ff5c1af794ce16bec109888
Filesize: 9 KB

Version history: (Expand)