Fragment Caching
Play
7:07 CC

Fragment Caching

#24 Apr 14, 2016 free
Make your application faster by leveraging memory and caching fragments of your view.

Custom Error Pages with Slack Notification
Play
9:06 CC

Custom Error Pages with Slack Notification

#91 Jul 30, 2017 free
Learn to use custom error pages to provide a similar look to your application. Get notified on Slack as errors occur to act on them before they're reported.

Getting Started - Ruby on Rails - Development Environment
Play
8:22 CC

Getting Started - Ruby on Rails - Development Environment

#54 Nov 13, 2016 free
Here is a simple workflow of setting up a new development environment. From Homebrew, ZSH, Atom, and RVM, learn how to easily get your macOS environment up and running.

Benchmarking and Refactoring the content_for View Helper
Play
7:11 CC

Benchmarking and Refactoring the content_for View Helper

#90 Jul 23, 2017 free
In a recent blog post, we looked into the content_for view helper to render breadcrumbs. Once we got the feature working, it's time to refactor the feature to lower technical debt.

ActionCable on Production
Play
6:13 CC

ActionCable on Production

#3 Jul 20, 2015 free
Taking a look at ActionCable and switching from Puma to Thin. On server reboot, spin up the ActionCable service.