Blogs
Rails 5.2: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials
With the new Active Storage framework in Rails 5.2, we’ve solved for the modern approach of uploading files straight to the cloud. Out of the box, there’s support for Amazon’s S3, Google’s Cloud Storage, and Microsoft Azure Cloud File Storage.
FormAPI Blog - Better Rails Performance with JSON Patch
The first version of our template editor used a naïve approach when saving field data. Whenever the fields changed, we would just post the entire array to the server. This was working fine for our MVP and initial launch, but then a customer starte...