Blogs
Serverless Ruby and the Future of Web Development
Ruby was first conceived in 1993 by Yukihiro “Matz” Matsumoto in Japan with the first public release, 0.95, coming later in 1995. It took about a decade for the language to gain popularity. We think it had a lot to do with the with the introductio...
Scaling Ruby Apps to 1000 Requests per Minute - A Beginner's Guide
Scaling is an intimidating topic. Most blog posts and internet resources around scaling Ruby apps are about scaling Ruby to tens of thousands of requests per minute. That’s Twitter and Shopify scale. These are interesting - it’s good to know the c...
A reliable way to generate PDF of any complexity in Ruby on Rails apps
RailsPDFCreate PDF documents in Rails your app from HTML, CSS and JS.Features:Basically, you can create any HTML/CSS/JS/Images page and save into PDFGenerate PDF on the fly or save to diskWith header, footer, page numbers, layout supportHas few st...
feature flipping for ruby (performant and simple)
Feature flipping is the act of enabling or disabling features or parts of your application, ideally without re-deploying or changing anything in your code base.The goal of this gem is to make turning features on or off so easy that everyone does i...