mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-10 12:05:51 +00:00
963 B
963 B
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Have a rack-attack config as follows:
# E.g.
Rack::Attack.cache.store = " ... "
Rack::Attack.throttle(...
# And so on
- Start the app server
- Visit the page with path '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment information (please complete the following information):
- rack-attack version:
- ruby version:
- rack version:
- rails version (if using rails):
- rails environment (if using rails): [e.g. development, production, all]
- redis gem version (if reporting redis-related issue):
- redis server version (if reporting redis-related issue):
Additional context
Add any other context about the problem you think can help here.