issues
search
steveklabnik
/
request_store
Per-request global storage for Rack.
https://github.com/steveklabnik/request_store
MIT License
1.48k
stars
87
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Ability to determine if your code is running within the context of a request
#49
patbenatar
closed
8 years ago
5
Sidekiq 4 compatibility
#48
albertodega
closed
6 years ago
10
Adding MIT license to the gemspec.
#47
reiz
closed
9 years ago
4
rails 5.0.0.alpha
#46
msroot
closed
8 years ago
8
yl - add ruby 2.2.3 to travis
#45
ipmsteven
closed
9 years ago
1
add semantic versioning info
#44
pravi
closed
9 years ago
3
request to follow SemVer/mention it in README
#43
pravi
closed
9 years ago
3
[code-gardening] minor code reduction using alias_method
#42
ipoval
closed
9 years ago
1
Is it possible to access RequestStore from a Celluloid future?
#41
yannski
closed
6 years ago
3
Addition to support clearing RequestStore for Controller Specs
#40
justin808
closed
6 years ago
2
Storage is still thread-local
#39
rusterholz
closed
6 years ago
16
Fix minitest warning with an additional 'require'.
#38
orlitzky
closed
9 years ago
2
Rails console's #reload! now clears RequestStore
#37
MaxLap
closed
9 years ago
1
Refactoring to delegate things to `store` method.
#36
americodls
closed
9 years ago
4
Testing on Rails with RSpec?
#35
mockdeep
closed
9 years ago
16
Docs: No Rails + Rack::Test
#34
elado
closed
10 years ago
1
Upgrade to Minitest 5
#33
teoljungberg
closed
10 years ago
4
Fixes tabs to 2 spaces.
#32
parndt
closed
10 years ago
2
Added delete method.
#31
fimmtiu
closed
10 years ago
1
Fix compatibility with Rails < 3.2
#30
ixti
closed
10 years ago
1
Last release requires Rails 3.2+
#29
ixti
closed
10 years ago
2
Insert middleware after ActionDispatch::RequestId
#28
biinari
closed
10 years ago
3
No such middleware to insert after: Rack::MethodOverride (RuntimeError)
#27
biinari
closed
10 years ago
3
Insert RequestStore::Middleware earlier
#26
steveklabnik
closed
10 years ago
1
#23 Clearing request store after each request
#25
afn
closed
10 years ago
7
Add convenience methods to mimic Rails.cache interface
#24
steveklabnik
closed
10 years ago
2
Store should be cleared after each request
#23
afn
closed
10 years ago
5
Merged a couple of forks which add convenience methods and one that inserts middleware earlier
#22
i108
closed
10 years ago
1
Insert RequestStore::Middleware earlier in the stack
#21
kdurski
closed
10 years ago
4
Addition on a RequestContext class
#20
rjnienaber
closed
10 years ago
3
Updated CodeClimate badge in README
#19
svyatov
closed
10 years ago
1
It is too useful!
#18
vaneyckt
closed
11 years ago
1
Updated README with Ruby syntax highlighting
#17
parndt
closed
11 years ago
1
Problems with request spec in Capybara
#16
kirs
closed
11 years ago
2
Allow users to manually insert into their rack stack
#15
bjpirt
closed
11 years ago
2
Rails 2 friendly
#14
smulube
closed
11 years ago
1
Update README.md
#13
timoschilling
closed
11 years ago
1
Don't require Railstie unless using Rails 3+
#12
smulube
closed
11 years ago
1
Initialize store for use without middleware
#11
haines
closed
11 years ago
3
describe how to use without middleware
#10
timoschilling
closed
11 years ago
1
Allow RequestStore to be usable when the middleware is not inserted/enabled
#9
danielocallaghan
closed
11 years ago
5
Possible issue with Railtie inclusion
#8
steveklabnik
closed
11 years ago
2
add RequestStore.init_or_clear
#7
timoschilling
closed
11 years ago
1
add RequestStore.init
#6
timoschilling
closed
11 years ago
5
check RequestStore.store instead of Thread.current[:request_store] in middleware test
#5
timoschilling
closed
11 years ago
3
seperate RequestStore and Middelawre tests
#4
timoschilling
closed
11 years ago
1
init Thread.current[:request_store] with {} in the tests
#3
timoschilling
closed
11 years ago
2
move middleware in a seperate file
#2
timoschilling
closed
11 years ago
1
Fix typo in README.md gobal -> global.
#1
latentflip
closed
11 years ago
1
Previous