{"id":19339396,"url":"https://github.com/appfolio/ae_reverse_proxy","last_synced_at":"2025-06-14T20:09:56.843Z","repository":{"id":43687651,"uuid":"332831441","full_name":"appfolio/ae_reverse_proxy","owner":"appfolio","description":"Implementation of a rack compliant reverse proxy.","archived":false,"fork":false,"pushed_at":"2024-02-29T00:14:41.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-06T14:40:56.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/appfolio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-25T17:42:41.000Z","updated_at":"2022-02-23T18:56:48.000Z","dependencies_parsed_at":"2024-02-28T22:42:51.608Z","dependency_job_id":"45bf5fdd-38ea-418c-8410-a0bd7037f29e","html_url":"https://github.com/appfolio/ae_reverse_proxy","commit_stats":{"total_commits":23,"total_committers":4,"mean_commits":5.75,"dds":0.3913043478260869,"last_synced_commit":"6630cf420b36a2c7c6fdfa4cde4c865b95e3b9a7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfolio%2Fae_reverse_proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfolio%2Fae_reverse_proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfolio%2Fae_reverse_proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfolio%2Fae_reverse_proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appfolio","download_url":"https://codeload.github.com/appfolio/ae_reverse_proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240442440,"owners_count":19801896,"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":[],"created_at":"2024-11-10T03:21:55.374Z","updated_at":"2025-02-24T08:23:04.575Z","avatar_url":"https://github.com/appfolio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AeReverseProxy\n\nA reverse proxy accepts a request from a client, forwards it to a server that can fulfill it, and returns the server's response to the client\n\nThis is forked from https://github.com/axsuul/rails-reverse-proxy. Thanks to https://github.com/axsuul and contributors.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ae_reverse_proxy'\n```\n\nAnd then execute:\n\n```bash\n$ bundle install\n```\n\nOr install it yourself as:\n\n```bash\n$ gem install ae_reverse_proxy\n```\n\nUse it in a console with:\n\n```bash\n$ ./console\n```\n\n## Usage\n\n```ruby\nclass ImageController \u003c ActionController::Base\n  include AeReverseProxy::ControllerCallbackMethod\n\n  before_action do\n    reverse_proxy('https://www.another_server.com')\n  end\nend\n```\n\nReference implementation: https://github.com/appfolio/screenings_app/blob/master/app/controllers/concerns/ssuid_forwardable.rb\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfolio%2Fae_reverse_proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappfolio%2Fae_reverse_proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfolio%2Fae_reverse_proxy/lists"}