Tutorials

Ruby Programming Tutorial - Build a simple game with Ruby 2D - YouTube
Enjoy the videos and music you love, upload original content and share it all with friends, family and the world on YouTube.This tutorial runs through the process of creating a simple reaction game. You can find more information at the ruby2d webs...

Setup and test Rails 6.0 with RSpec, FactoryBot, and Devise
RSpec is a great tool to test your code and helps prevent bugs during development. It’s especially helpful after returning to a codebase that you’re not as familiar with anymore, or after a large refactoring where lots of pieces are being moved ar...





Quick Guide To Multi-Language Support In Rails App
In just a couple of years, we have witnessed how the industry of web and mobile app development has evolved with respect to various factors. The application designing and development field is currently following an exponential growth graph which f...

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