Henrik Hauge Bjørnskov·Jan 30TIL: How to use Bun with ViteRuby in RailsOver the years there have been a flurry of different package managers for the eco system. One of those new ones is Bun. But bun is…A response icon1A response icon1
Henrik Hauge Bjørnskov·Dec 9, 2025TIL: How to use Vite Ruby with ActiveAdmin (v4)Following up with my other post on Vite Ruby and ActiveAdmin for v3. Here is the simple steps needed to get it working for ActiveAdmin v4.
Henrik Hauge Bjørnskov·Dec 9, 2025TIL: How to use Vite Rails with ActiveAdmin (v3)ActiveAdmin v3 have had support for the standard Rails assets pipeline and webpacker. It does not have official support for Vite Ruby…
Henrik Hauge Bjørnskov·Oct 7, 2025TIL: Prezto Sorin Theme Made Starship SlowI have for some times seen Starship.rs and wanted to try it out as an alternative to the Prezto prompts.
Henrik Hauge Bjørnskov·Feb 27, 2025TIL: I made a rubygem implementing Cloudflare Turnstile for Ruby on RailsFor the last couple of weeks I have been fighting against fake signups on some of my personal Ruby on Rails projects.A response icon2A response icon2
Henrik Hauge Bjørnskov·Feb 15, 2025TIL: How to do Modals with Turbo and RespondersI can’t even remember when I started using the responders gem. But to me it provides a very nice abstraction on the “tedious” respond_to…
Henrik Hauge Bjørnskov·Feb 15, 2025TIL: How to use `class_variants` with PhlexWith Phlex hitting the next major version I decided to try it out and see how I would like it compared to ViewComponents.
Henrik Hauge Bjørnskov·Feb 7, 2025TIL: Insert directly into a table with ActiveRecordRecently I have been on a path of trying out SQLite as an alternative to the PostgreSQL server I have running for my personal projects.
Henrik Hauge Bjørnskov·Feb 2, 2025TIL: How to fix Cloudflare R2 Checksum with ActiveStorageBeginning with aws-sdk-s3 Amazon changed something with calculating checksums. Unfortunately the change is not compatible with Cloudflare…
Henrik Hauge Bjørnskov·Jul 17, 2024TIL: How to use 3rd party Rubygem assets with Vite Ruby/RailsReference assets from Rubygems when using Vite Ruby/Rails.