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

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


Branch: pkgsrc-2020Q3, Version: 1.5.0, Package name: ruby26-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...


Master sites:

SHA1: 885c89acee5d7ee49804085090ff91d79babac8a
RMD160: d93bbff6e4f84f0f4ff5c1af794ce16bec109888
Filesize: 9 KB

Version history: (Expand)