Notes to self.
Latest
Running JavaScript after a Turbo Stream renders
Turbo comes with turbo:before-stream-render
but unfortunately doesn’t ship with the equivalent turbo:after-stream-render
. Here’s how to run JavaScript after the stream renders.
Running interactive sessions with Kamal
How to connect to a container on a server managed by Kamal and run an interactive session?
Predownloading embedding models in Rails with Kamal
If you are building AI-powered applications in Ruby on Rails, you might have come across Informers or Transformers.rb gems for transformer inference. Here’s how to improve the production deployment of their models in Kamal setups.
Combining multiple sitemaps with a sitemap index
What if we need to combine multiple sitemaps for a main domain or subdomain? Here’s how to do it by creating sitemap index.
Setting up Cloudflare R2 buckets for Active Storage
Rails comes with a built-in support for saving and uploading files to S3 and S3-compatible storage services in Active Storage. Here’s how to set up Cloudflare R2.