fastly-rails
fastly-rails copied to clipboard
Please visit https://github.com/fastly/fastly-ruby.
Rails 6 has been officially released. The current gem version does not support rails 6, due to the lock on to `railties < 6` in the gemspec. Is there any...
fastly-rails hasn’t been updated in over 2 years. With the release of factly-ruby 2.3.0, that adds thread safety and concurrency, this gem needs to be updated as well. Changes: -...
We use `Fastly#purge` or `Fastly::Client#purge` to purge by url. So, add `purge_by_url` method in FastlyRails.
Currently, It seems the test against Rails 5.1 is not passed yet. So I specified the Rails versions that work on fastly-rails.
ref. https://www.ruby-lang.org/en/
removes the `Set-Cookie` header from a request -> removes the `Set-Cookie` header from a response
The notices/alerts I set in the flash are somehow persisted across requests when cookies are unset, whether it's through use of a before_filter or rack middleware. The result is that...
Surrogate keys have a limit of 1024 in length. See https://docs.fastly.com/guides/purging/how-do-i-set-a-surrogatekey-header-based-on-the-url Going over this length was causing major issues for us and it was not easy to track down the...