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.
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 how to capture credit cards and add paid subscriptions to your Rails app
Learn how to polish your Stripe subscriptions by adding update card forms, cancellation buttons, and letting users seamlessly resubscribe
Learn how to add Stripe Webhooks into your Rails application
Learn about Stripe's new v3 Javascript library, Stripe Elements, and how to implement it for an even nicer credit card form
Easily add an affiliate or referral program to your Rails application using Stripe and Rewardful
Stripe webhooks are now required to be signed with your secret webhook key. We'll show you how to set them up in your Rails app today.
Learn how to accept payments in your Rails app with Stripe Checkout using the Pay gem
In this episode, we will learn about handling one-time payments with the Pay gem and Stripe embedded checkout. This is a great approach for non-recurring payments and can be implemented very quickly.
Learn how to accept payments with Braintree, PayPal, Venmo, and Coinbase in Rails