How to build a complete, real-world application from scratch with Ruby on Rails step by step.
A lot of Ruby code is "magic". We'll explain the magic and see how it works using the powerful tools Ruby gives us.
Accept subscription and one-time payments with Stripe in your Rails apps
Expert advice on keeping Rails apps organized and fast.
Learn how to build fast, modern web apps with HTML over the wire.
Setup your computer with Ruby on Rails and deploy to a production server.
Cheap, easy hosting for Ruby and Rails apps.
Launch your product business way faster with our SaaS template.
A weekly podcast on web development and building products with Ruby, Rails, Javascript, and more.
A few of the Open Source projects we do at GoRails.
Build a Ruby on Rails app in 48 hours with us.
Help Junior developers get hired by sharing small projects to build their resume with paid work.
Find your next Ruby on Rails Job.
Learn about the various ways to setup your database to take action when parent records are deleted.
RDAP is a protocol we can use to check the expiration of domains. This will be the foundation of the SaaS product we're building.
To start, let's create our Rails app for our domain monitoring SaaS. We'll also setup TailwindCSS so that we can design the UI as we build it.
Next, we need users, sign up, and authentication so we'll use the Rails authentication generator.
Next, we need to track domains and associate them with users in the database.
Now that users can manage domains, let's integrate our key feature: syncing domain expiration with RDAP.
Let's lock down domain expiration syncing behind a paywall. Users will need to subscribe with Stripe and we'll use the Pay gem to implement this.