Tutorials

Debug Rails issues effectively with tapping_device
Hello everyone, 👋 I’m the author of the tapping_device gem, a debugging tool I created a while ago. I'm also a Rails contributor that helps people solve their issues from time to time. Today I want to use a real-world example to demonstrate how di...




The Business Value of using React with Ruby on Rails
esides coding and running an RoR development agency, travelling solo is another thing that’s very close to my heart. During one such trip to Cambodia, I happen to meet one of the US army veterans. This encounter led to one of the best conversation...

How to write Javascript in Rails 6 | Webpacker, Yarn and Sprockets
Do you feel lost with all the changes related to assets and Javascript? Npm, Babel, ES6, Yarn, Webpack, Webpacker, Sprockets, do they all look like complete strangers to you?If you need a quick, easy to understand topo on how this whole Javascript...


Nested API parameter validation in Rails with ActiveModel::Validations
In an earlier project we had a few affiliate partners with a deep desire to interact with our system in an automated fashion. So, I naturally created a new basic API endpoint for them to send leads to our system. Then we started testing the integr...
