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.