No commit activity in last 3 years
No release in over 3 years
Web requests in Rails get assigned a unique request id. To access this id in a threadsafe manner, you can simply call ```RailsRequestId.get```
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.0
~> 3.12
~> 3.0
~> 1.0

Runtime

 Project Readme

#RailsRequestId Build Status

Web requests in Rails get assigned a unique request id. To access this id in a threadsafe manner, you can simply

::RailsRequestId.get

Installation

Add this to your Gemfile

gem 'rails_request_id'

Get in touch!

If you're using rails_request_id, I'd love to hear from you. Drop me a line and tell me what you think at: kunal+rails_request_id@techthumb.in

Contributing

It's on GitHub, you know what to do!