Ruby on Rails - Tips and Tricks
Play
14:53 CC

Ruby on Rails - Tips and Tricks

#118 Feb 4, 2018 free
In this episode, we will go through some of the tips and tricks that we often take for granted. We will be looking at nested routes, scopes, migrations and more.

Upgrading Ruby on Rails Versions
Play
23:23 CC

Upgrading Ruby on Rails Versions

#117 Jan 28, 2018 pro
In this episode, we look at updating a Ruby on Rails application from v4.2.10 to v5.0.6. The overall steps taken will vary from every application, but the concepts applied will relatively be the same.

More on Stripe and Webhooks
Play
16:31 CC

More on Stripe and Webhooks

#116 Jan 21, 2018 pro
Continuing from Episode 114 and Episode 115, we look into adding listeners to Stripe's webhooks for tracking events occurring with customers, subscriptions and charges.

More on Stripe and Subscriptions
Play
11:50 CC

More on Stripe and Subscriptions

#115 Jan 21, 2018 pro
In our previous episode, we looked at setting up our application to create Stripe Subscriptions. In this episode, we will look at managing the Subscriptions and working with cancelling and resubscribing to a subscription.

Payment Gateway Basics with Stripe
Play
20:54 CC

Payment Gateway Basics with Stripe

#114 Jan 14, 2018 pro
Learn how to add a merchant services to your Ruby on Rails application in the first part of this series. We will be looking at adding a subscription service using Stripe Elements.