Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcelis/recursive_locking
https://github.com/davidcelis/recursive_locking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidcelis/recursive_locking
- Owner: davidcelis
- License: mit
- Created: 2015-02-22T04:02:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T06:10:23.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T08:35:16.794Z (2 months ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# recursive_locking
This is to demonstrate an issue with Rails and Rack::Lock when trying to use Rack::MockRequest in the test environment. To reproduce:
```sh
bundle installbundle exec rake test
```