steveklabnik / request_store

Per-request global storage for Rack.
https://github.com/steveklabnik/request_store
MIT License
1.47k stars 87 forks source link

Allow loading the store object #66

Closed wshihadeh closed 4 years ago

wshihadeh commented 4 years ago

Allow Loading store hash, This is useful for sharing the store keys between web services (requests) and background jobs (for instance delayed jobs)

wshihadeh commented 4 years ago

@steveklabnik can you please have a look here ?

steveklabnik commented 4 years ago

Sure thing, thanks for the PR :)