Tutorials

Hosting Rails apps for free on Oracle Cloud with Dokku | Featurist
We all know and love “git push” deploys popularized by Heroku some eons ego. Heroku also got us spoiled with a great CLI. But hosting on Heroku (or similar services) costs money. Which is fine for serious stuff, but sometimes you just want to host...

Upload Different File Types With Active Storage In Ruby On Rails 7 - YouTube
This video covers uploading images, videos, audio recordings, and other file types like documents to your Ruby on Rails 7 application using Active Storage.Join this channel to help support these videos:https://www.youtube.com/channel/UCRQv...Follo...




How I Enabled Sequel to Reuse Active Record's Database Connection | Janko's Blog
When I started developing the Rails integration for Rodauth, one of the first problems I needed to solve was how to make Rodauth work seamlessly with Active Record, given that it uses Sequel for database interaction. I believed these two could coe...

Turbocharged realtime search with Ruby on Rails 7 - YouTube
Adding basic search functionality to a Ruby on Rails app is not the toughest task in the book but when you think about it before hotwire.dev was around the process of making "live" search work was rather cumbersome.This guide is a very primitive e...


Intro to Ruby on Rails 7 Fullstack Tutorial | Rails for Beginners Part 1 - YouTube
This is part 1 in a intro to Ruby on Rails 7 tutorial series aimed at absolute beginners. This video covers the basics like creating pages, routing, styling, and creating your first CRUD scaffold.We also do some basic git management, which allows ...

Doorkeeper Devise API User Authentication | Ruby On Rails 7 Tutorial - YouTube
This tutorial covers creating a Rails authentication solution that allows you to login to your regular Rails app AND your Rails API! This solution is scalable for multiple API's, and includes solutions to common problems such as logins from mobile...