How to handle Stripe webhooks to fulfill orders
Learn how to process Stripe webhooks to automate order fulfillment in Rails applications. Step-by-step guide from Full Stack Rails Mastery course.
Rails project source code
Send Feedback
Improve your Full Stack Rails Mastery course experience by sending feedback. Share your thoughts, suggestions, and questions to help us enhance the learning journey.
How to use the video controls on Learnetto
Learn to navigate video controls in Learnetto's Full Stack Rails Mastery course. Maximize your learning experience with easy-to-use playback features.
Single Table Inheritance (STI) in Rails
In this lesson, we look at the pros and cons of Single Table Inheritance (STI) in Ruby on Rails applications.
What is the difference between include and extend in Ruby?
This article explains the difference between include and extend Module methods for sharing functionality between Ruby classes, with examples from Rails applications.
Ruby and Rails quizzes
How to setup Rails Guides for offline use
Set up Rails Guides offline with step-by-step instructions from the Full Stack Rails Mastery course. Access essential documentation anytime, anywhere.
Rails 7.2 allow_browser version guard feature
Rails 7.2 introduced the allow_browser version guard feature, that allows you to specify the minimum browser versions your application supports.
How to allow ID attributes in Action Text
Learn how to enable ID attributes in Action Text for enhanced content structuring in Rails applications. Improve your Ruby on Rails skills with this practical guide.
How I used Rails to build an AI app that roasts Instagram
Here's a video walkthrough of a Rails codebase of one my real apps in production. A few days ago, I built a joke site called Roastagram.lol that mocks Instagram profiles using AI. In this video, I show you the app in action, then show you all the key code and explain how everything works.
How to upgrade Rails apps
In this video lesson, we'll go through the steps for upgrading a Rails app. We'll upgrade a Rails 7.1 app to 7.2 (preparing for an upgrade to 8) and look at the things you must consider while upgrading.
How to use CSS in Rails - An Overview
Learn how to effectively use CSS in Rails with our comprehensive guide. Part of the Full Stack Rails Mastery course, perfect for developers of all levels.
How to use React with Rails
3 Ways to build a Rails API
In this tutorial, we cover three different ways of building an API with Ruby on Rails - a new API-only app, an API inside a normal Rails app and converting a Rails app to an API.
RAILS API Authentication
Using the Grape gem for Rails APIs
Designing REST API Endpoints in Rails
Rails API Documentation with Swagger
How to use Rails Active Job with Solid Queue for background jobs
In this video lesson, we'll see how to use Solid Queue with Active Job to send order confirmation emails in an ecommerce app. Solid Queue is the new default way of running background jobs in Rails 8 apps.