Self Referential Associations in Rails - simpler than it sounds
Tbh I had no idea this was even a thing until recently. I've been working with Rails for a while now...
Tag archive
Tbh I had no idea this was even a thing until recently. I've been working with Rails for a while now...

Why Mistakes in Rails Upgrade Cost More Than You Expect Most teams underestimate a Rails...

Modern applications look very different from what they did a decade ago. Today, users interact with...
Many times we need to communicate our ROR application with the outside world, either to consume a...
You know that when you deal with external APIs you may encounter anything, even the Frankenstein's...

In this blog we'll dive into one lesser-known design pattern but highly efficient for large scaled...

Sometimes programmers bundle their project with gems they even don't need. Simple snippets for popular gems.
First, please check this demo of my gem below: and the link to the gem:...

How to write an MVC framework in Ruby
In web apps, we are all too familiar with the concept of looping over list items and displaying them...
In any app, forms serve the most primary way for data creation and modification and Ruby on Rails (fr...

How to make mailers in Rails simpler, smaller and more flexible using parameterized mailers