Marketplace Solution with Stripe Connect
Play
32:12 CC

Marketplace Solution with Stripe Connect

#252 Jul 26, 2020 pro
Learn how to create a marketplace solution where merchants can sign up and take payments from their customers on your Ruby on Rails application.

Autocomplete with StimulusJS
Play
8:18 CC

Autocomplete with StimulusJS

#251 Jul 19, 2020 pro
In this episode, learn how to easily add autocomplete search functionality to your Rails Application with StimulusJS.

FullCalendar with StimulusJS
Play
15:23 CC

FullCalendar with StimulusJS

#250 Jul 12, 2020 pro
FullCalendar still remains to be one of the best Javascript calendar libraries and with the power of StimulusJS, it is easier than ever to interact with. In this episode, we look at implementing the latest version of FullCalendar (v5) in our Ruby on Rails application.

Deploying to Heroku
Play
16:09 CC

Deploying to Heroku

#248 Jun 28, 2020 pro
Heroku is a Platform as a Service (PaaS), where you can deploy and manage your Ruby on Rails applications. It is one of the easiest platforms to deploy to; allowing you to focus on the development side of things instead of worrying about managing an infrastructure.

Dynamic Role Management
Play
17:31 CC

Dynamic Role Management

#247 Jun 21, 2020 pro
Create dynamic roles that can be assigned to users. Based on the assigned role, the user will be able to perform or view various parts of the application.