Blogs

How to load 1m lines of Ruby in 5s - Ruby Conference 2017
Applications written in Ruby, Python and several other popular dynamic languages become very slow to boot as they grow to millions of lines of code. Waiting to reload code in development becomes a major frustration and drain on productivity. This ...



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...

