Abstract ruby light rays

Say No to Repetitive Code with Endless Methods and Implicit Hash Values in Ruby

New Features that We Love Are you tired of writing the same repetitive code over and over again? Say hello to Ruby’s new quality of life improvements! With the release of Ruby 3 came endless methods and with 3.1 implicit hash values, two features that have quickly become favorites among our team. In this blog …

Ruby in shadows

No More Refreshing! – Intro to WebSockets and ActionCable in Rails

WebSockets and ActionCable Overview Have you ever been on a website that you had to keep reloading just to get new information? It can be frustrating, right? Well, WebSockets can fix that! They’re a technology that allows websites to communicate with a server in real-time, so updates can be pushed to your screen as soon …