#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Exploring Ruby A Bit Differently ยท Context Talk at the BRUG(Bangalore Ruby Users Group) Meetup Dec 2023. This one was special. More conversation around...
Decoding Exceptions and Errors: The Path to Confident Ruby/Rails Programming ยท Did you know they have ashtrays in Airplane bathrooms even tho smoking is...
A complete guide to using pluck, an ActiveRecord query method ยท ActiveRecord is a great ORM, with a ton of nifty little things that make your life easy...
Why you should be careful when using Callbacks in Rails and their hidden gotchas ยท Context I recently spent a good chunk of time debugging a bug and in...
I love debugging. You know the one where you cant for the love of god figure out why something is happening the way it is or why it's happening in a...
Let's start by defining request queue time. It's basically how long a request has to "wait" before actual processing begins. This waiting usually...