All things Rails

Josef Strzibny Sat Mar 21

Optimize your Rails Dockerfile

Rails comes with a default Dockerfile for a long time. It's fairly decent and optimized Dockerfile already relying on multiple build stages and other optimization techniques. Rails 8.2 comes with another incremental improvement which is worth to backport to your existing Rails app today.

Is it time for building Rails apps with SQLite?
Josef Strzibny Sun Dec 28

Is it time for building Rails apps with SQLite?

Have the stars aligned to use SQLite in production? SQLite was always the quick development companion for all new Rails applications, but it looks more and more appealing to use it for everything.

Business Class 2.1
Josef Strzibny Thu Nov 27

Business Class 2.1

Ruby 3.4.7 and Rails 8.1 update for Business Class with improvements to the test suite.

Do you need merchant of record?
Josef Strzibny Thu May 08

Do you need merchant of record?

Business Class supported Paddle as a MoR provider since the beginning. Now Stripe MoR is finally coming. What does it mean for us?