Creating PDF files with WickedPDF
Play
9:46 CC

Creating PDF files with WickedPDF

#144 Jul 29, 2018 pro
Easily create PDF files within your Rails Application with Wicked PDF.

SimpleMDE and ActiveStorage
Play
11:12 CC

SimpleMDE and ActiveStorage

#124 Mar 11, 2018 pro
SimpleMDE is a great WYSIWYG Markdown Editor, but lacks the ability to handle image uploads. In this episode, we look at adding ActiveStorage and some JavaScript to handle image uploading.

Using Bootstrap Themes
Play
17:30 CC

Using Bootstrap Themes

#216 Nov 17, 2019 pro
Bootstrap Themes can be difficult to incorporate into a Ruby on Rails applications. In this episode, we look adding Bootstrap and a Bootstrap theme into our Rails 6 application.

Deploying to AWS Elastic Beanstalk
Play
11:54 CC

Deploying to AWS Elastic Beanstalk

#106 Nov 19, 2017 pro
We’re going to get a Ruby on Rails application running on a staging environment on AWS Elastic Beanstalk. The Rails app will be connected to a MySQL database instance.

Dynamic Select Fields
Play
13:26 CC

Dynamic Select Fields

#133 May 13, 2018 pro
Making one select field dependent on another and automatically update based on the previous selection can be a tricky task. In this episode, we look an a rather unobtrusive way to handle this for many scenarios.