I tried copilot some time ago and it wasn’t really good with Ruby, so I abandoned it, and I wanted to try it again, but didn’t want to pay for it so I simply gave up. Then I found out about this amazing plugin for VSCode that does most of what copilot does, the plugin…
Month: April 2024
SPA without touching Javascript – The magic of Ruby on rails and Hotwire
It’s been a while since I wrote the last post here, so I decided to write something fun and maybe a good sample for anyone that is learning rails or is a little outdated. The idea here is to write a simple CRUD from scratch, I’ll use a Grid layout to keep everything in the…