{"id":25661839,"url":"https://github.com/angryboat/actionlimiter","last_synced_at":"2026-05-02T22:33:29.805Z","repository":{"id":46602267,"uuid":"373367019","full_name":"angryboat/actionlimiter","owner":"angryboat","description":"Redis backed Token Bucket rate limiting","archived":false,"fork":false,"pushed_at":"2023-03-11T00:03:10.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:06:24.085Z","etag":null,"topics":["middleware","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angryboat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-03T03:14:37.000Z","updated_at":"2022-08-21T00:10:35.000Z","dependencies_parsed_at":"2022-08-24T21:02:21.596Z","dependency_job_id":null,"html_url":"https://github.com/angryboat/actionlimiter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angryboat%2Factionlimiter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angryboat%2Factionlimiter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angryboat%2Factionlimiter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angryboat%2Factionlimiter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angryboat","download_url":"https://codeload.github.com/angryboat/actionlimiter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240261702,"owners_count":19773505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["middleware","rails","ruby"],"created_at":"2025-02-24T03:23:55.290Z","updated_at":"2026-05-02T22:33:29.743Z","avatar_url":"https://github.com/angryboat.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActionLimiter\n\n[![Ruby Gem](https://github.com/angryboat/actionlimiter/actions/workflows/ruby-gem.yml/badge.svg?event=push)](https://github.com/angryboat/actionlimiter/actions/workflows/ruby-gem.yml)\n\nProvides Redis backed rate limiting for Rails applications.\n\n## Installing\n\n```shell\ngem install actionlimiter\n```\n\n```shell\nbundle add actionlimiter\n```\n\n## Usage\n\n### Set Redis URL\n\n```ruby\nRails.application.configure do |config|\n  config.redis = { url: 'redis://localhost:6379/0' }\nend\n```\n\n### Rails IP Middleware\n\n```ruby\nRails.application.configure do |config|\n  # Limit a single IP to 20 requests in a 5 second period.\n  config.middleware.use(ActionLimiter::Middleware::IP, period: 5, size: 20)\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangryboat%2Factionlimiter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangryboat%2Factionlimiter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangryboat%2Factionlimiter/lists"}