Unathi Chonco
Building & Sharing with Unathi

Building & Sharing with Unathi

Follow
Follow
homenewsletter
Tag

Ruby on Rails

#ruby-on-rails

More content

Read more stories on Hashnode


Articles with this tag

Ruby Method Lookup Demystified: Inheritance, Mixins, and Super

May 15, 20235 min read

Discover how method lookup works in Ruby, including inheritance, mixins using include, prepend, and extend, and the super method. · If you’ve worked on...

Ruby Method Lookup Demystified: Inheritance, Mixins, and Super

Ruby Bang (!) Methods

May 4, 20235 min read

Explaining the naming convention of ruby bang(!) methods · Ruby is a powerful and elegant programming language, known for its readability and...

Ruby Bang (!) Methods

Next Level Ruby on Rails Application Monitoring with AppSignal

Jan 12, 20228 min read

In the first of this two-part series, we covered how to set up AppSignal in a Ruby on Rails application for many great insights out of the box....

Next Level Ruby on Rails Application Monitoring with AppSignal

Ruby on Rails Application Monitoring with AppSignal

Dec 14, 20218 min read

When running and maintaining an application in a production environment, we want to feel confident about the behavior of the application and know when...

Ruby on Rails Application Monitoring with AppSignal

ActiveRecord Optimistic Locking

Jun 9, 20215 min read

A basic guide to preventing overwriting a record with old data. · ActiveRecord Optimistic Locking and Counter Caching In this post, we will discuss...

ActiveRecord Optimistic Locking

Verifying JWTs with JWKS in Ruby

Mar 28, 20216 min read

How to use JWKS to verify your JWTs, and edgecases · In this post, we will discuss a few issues, and their solutions, when working with asymmetrically...

Verifying JWTs with JWKS in Ruby