Blogs
How I got Ruby snippets to run browser side in less than a day
I had some time yesterday to work on Runno and decided to see if I could add another language. I'd heard on twitter that Ruby was looking into adding official WASM support, so I had a look into what that was. Turns out the proposal to merge WASI b...
Fixing the Dependency Confusion Vulnerability in 600 Ruby Apps (2022)
Shopify has grown significantly over the years, and our success makes us an attractive target for malicious actors. We take the safety of our merchants seriously, so we have a good reason to continuously improve the security at Shopify. I’ll share...
The silliness of frontend frameworks | Karthikeyan A K’s blog
I am been developing websites for 15 years, and most of my experience has been good. Before that I have been an embedded systems programmer, to code a microcontroller and not knowing what its really intended for was a wreak on my soul. I am a guy ...
How-to integrate debug gem in VS Code - debugger by Ruby core team
Few days ago I found at Github very interesting repo from Ruby core team - ruby/debug: Debugging functionality for Ruby. I used it in my pet-project, and it works awesome! Also I found out that it is included in Rails 7 app template by default. So...
How our Rails test suite runs in 1 minute on Buildkite
At PlanetScale, our backend API is built with Ruby on Rails. It's a pretty standard Rails application. We use minitest for our test suite and FactoryBot for creating test data.Everyone on our team has worked in the past on Rails applications with ...