Tutorials
Using Hotwire and Rails to build a live commenting system - DEV Community
Today we're exploring Hotwire, a new-old way of building web applications by sending HTML instead of JSON over the wire.We'll learn how Hotwire works with Ruby on Rails by building a simple application that allows users to leave comments on a proj...
Kamal - Deploy Rails Apps with this New Gem - YouTube
Kamal makes it easy to deploy apps, so let's look at how to deploy a Ruby on Rails app with Kamal.Digital Ocean $200 Credit for 60 days (Affiliate Code):https://m.do.co/c/e10ec451ee35Checkout my course(s) at: https://learn.deanin.comSource:https:/...
Rails 8 introduces a built-in rate limiting API - BigBinary Blog
In the dynamic world of web development, managing the flow of requests is crucial for maintaining a responsive and reliable application. Rate limiting is a powerful technique that acts as the traffic cop for your API, ensuring fair access to resou...
How to access localhost anywhere with ngrok | SupeRails Blog
Ngrok gives a public URL to your localhost. This is useful for testing from other devices, working with external APIs that require a real URL.First, follow the official installation guide.After installation, you can run ngrok in one tab, and your ...