When database tables get large, things can slow down significantly. In this episode, we look at a few things which helps keep databases performant and the client side responsive.
Webpacker is a great addition in Rails. However, it adds some complexities with libraries and older gems with javascript assets. In this episode, we look at using webpacker in different scenarios.
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.
Handling and routing incoming emails into your application can be a daunting task. In this episode, we take an early look into the upcoming Action Mailbox in Rails 6.0 which greatly simplifies the process.