cloudflare-rails
cloudflare-rails copied to clipboard
fix request.ip and request.remote_ip in rails when using cloudflare
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version. Changelog Sourced from webmock's changelog. 3.16.0 Fix leaky file descriptors and reuse socket for persistent connections. Thanks to Ray Zane...
This change handles redirects when looking up IP ranges from Cloudflare. This will allow the code to function even if Cloudflare reorganizes their site. This change also reverts the URLs...
By fetching and caching the IPs lazily, the app initialization does not depend on a cache store to be operational. A cache store cannot be expected to be always present...
available as [2.4.0.pre.beta0](https://rubygems.org/gems/cloudflare-rails/versions/2.4.0.pre.beta.0)
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version. Changelog Sourced from webmock's changelog. 3.18.1 Reverted simplified connection handing in Net::HTTP adapter due to bblimke/webmock#999 3.18.0 Net::BufferedIO is not...
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.29.2 Fix beginless and endless range bug for RepeatedIncludeExample cop. (@hasghari) Fix...
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.63.4 Bug fixes #12871: Fix an error for rubocop -V when .rubocop.yml contains...
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog Sourced from rake's changelog. === 13.2.1 Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in #554 Bump actions/configure-pages from 4...
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. Release notes Sourced from rubocop-performance's releases. RuboCop Performance 1.21.0 New features #446: Support Prism as a Ruby parser (experimental). (@koic)...
Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. Release notes Sourced from rubocop-rails's releases. RuboCop Rails 2.24.1 Bug fixes #1244: Fix a false positive for Rails/ActionControllerFlashBeforeRender when returning...