-
Hotwire: Reactive Rails with no JavaScript?
It is time to cast the long-teased new magic by DHH & Co. and learn to use Hotwire beyond 5-minute tutorials. The umbrella name behind libraries for building modern web interfaces seemingly without any effort or JavaScript is on everyone’s lips since the big unveil this year...
-
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats. - adzap/validates_timeliness.Ad. -
Passenger 6.0.8
Version 6.0.8 of the Passenger application server has been released. This release addresses several regressions, and provides better integration with s. -
InvoicePrinter 2.1 with Ruby 3 support
Ruby 3 was released three months ago, so it was a time to support it in InvoicePrinter, a pure Ruby library for generating PDF invoices.InvoicePrinter . -
Avo · Beautiful Ruby on Rails Admin
When we first started building Avo (March 2020), we used the tools we had at hand. Rails and VueJS. We kinda knew deep down that going the VueJS road m. -
Beautiful website generator aimed at math-heavy sites
clayoven is a beautiful static site generator with a carefully curated set of features. It has been built at a glacial pace, over a period of eight yea. -
Mechanize is a ruby library that makes automated web interaction easy.
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can fo. -
The 6 Characters That Could Bring Down Your Rails App
It all started with a ping from one of the team leads who noticed a recurring exception in Sentry. At the same time, DataDog showed the Postgres CPU ut. -
HTTP Caching in Ruby on Rails Applications
A general way to describe caching is storing some data so that we can quickly retrieve it later. Sometimes, this means storing computed data so that it. -
Kubernetes Single Sign On - A detailed guide
In this series of posts we cover how to setup a comprehensive group based single sign on system for Kubernetes including the kubectl cli, any web appli.