Tagged: rails

Posts and links with this tag.

Posts

Rails, postgres and a single database in production

When I originally created this site, I started on sqlite but I quickly realized I wanted postgres so that I could learn a thing or two about databases. Here's the process I went about to start migrati... Read more

Now with syntax highlighting

Ruby! puts 'hello' Python print('hello') Neat, huh? This was a fun exercise in learning how to use importmaps to embed javascript and css together. I'm a newbie when it comes to advancing rails beyond... Read more

Redesign

And by oneshot I mean repeatedly asking it to fix its mistakes cause it was not working. Had to actually edit code myself. The HORROR. I'm a fan of the design, though. I can't describe it but it feels... Read more

Kamal Deployment Automated Via Github Actions

I had been using Kamal for deployment for quite awhile cause it's a really simple orchestrator. Docker + SSH + Rails = Kamal, basically. But deploying manually was always manual cause I didn't really... Read more