Tutorials

How To Setup Up Rspec In A Rails Application For Testing ?
Want to know how to set up RSpec in a Rails application for testing? Here’s a comprehensive article detailing the steps of the process.RSpec is the most popular testing framework among Ruby community and we also use it extensively. Let’s see how t...

Ruby on Rails Sentry logger installation and configuration
Sentry is a realtime application monitoring and error tracking software which one can visit anytime via a web browser.Applications can communicate with Sentry via the HTTP protocol, sending data about their crashes and exceptions.Developers subscr...


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...