-
A gem to transparently combine related .count/.sum queries
A gem to transparently combine related .count/.sum queries so the database can answer them all in a single pass—even when some queries have groups or a. -
Using ActiveRecord with SQLite DB in a JRuby Desktop App
SQLite is the simplest relational database to use from JRuby desktop applications, it is built-in on all platforms (Mac, Windows, and Linux), and it ca. -
Add Feature Flags in Ruby on Rails with Flipper | AppSignal Blog
Picture this scenario: you are a Rails developer and have spent the last couple of days developing that awesome feature that everyone is waiting for. I. -
What Would It Take for Roda to Win? | Fullstack Ruby
I have a confession to make. I have fallen in love with Roda. What is Roda, you may ask? Well I’m glad you asked, because I’m here to tell you all abou. -
Built a Ruby Parser
Sorry, this post will read like a “dear diary” entry rather than some life-changing HN-worthy guidance.Back in November 2020, almost on a whim I starte. -
Ruby-on-Rails and AlpineJS tutorial | BootrAils
AlpineJS is a very promising JavaScript tool for already-rendered HTML. It sounds an awfully good fit for Ruby-on-Rails. Let's dive in.Have a sneak pea. -
Rails allows using aliased attributes with insert_all and upsert_all | Saeloun Blog
All of us would have used aliases with SQL queries as it makes the table and column names more readable. The renaming is just a temporary change and th. -
Rails 7.1 adds authenticate_by with has_secure_password
Rails 7.1 introduces a method authenticate_by, used with has_secure_password to prevent timing-based enumeration attacks.Let's say on a website, you en. -
Creating A Web Game With Godot On Rails 7? - YouTube
Ruby on Rails 7 and games aren't really a mix I ever thought would happen. But today we're going to cover how to run a Godot Engine game in Ruby on Rai. -
Optimising Bulk Imports in Rails with PostgreSQL - YouTube
Processing masses of data is always tricky, and it's tempting to reach for specialised tools the moment we hit problems like this, but it's my firm bel.