Using CloudFlare CDN
Play
12:58 CC

Using CloudFlare CDN

#257 Aug 30, 2020 pro
A look at serving the static assets within your Ruby on Rails application with the CloudFlare CDN. A broad look at the different configuration options and setting it up to serve image, javascript, HTML, and CSS assets.

Bulk Upload with Active Storage
Play
7:00 CC

Bulk Upload with Active Storage

#255 Aug 16, 2020 pro
When multiple files are uploaded with Active Storage, they are typically associated to a single record. In this episode, we take a different approach where each file uploaded should be its own record along with direct uploads.

Cross-Origin Resource Sharing (CORS)
Play
8:39 CC

Cross-Origin Resource Sharing (CORS)

#254 Aug 9, 2020 pro
Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell browsers to give a web application running at one origin, access to selected resources from a different origin.

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.