Tracking Changes on Action Text
Play
9:49 CC

Tracking Changes on Action Text

#245 Jun 7, 2020 free
Without using any gems, we look at tracking changes within Action Text. It seems like a simple thing, but challenges arise through several layers of abstraction due to the flexibility that Action Text provides.

Pow
Play
3:28 CC

Pow

#1 Jul 18, 2015 free
Serve your applications on your development machine with ease. Pow allows a dev domain to your local machine for spinning up linked applications

Uploading Files with Refile
Play
3:17 CC

Uploading Files with Refile

#13 Aug 19, 2015 free
Refile is a modern file upload library for Ruby applications. It is simple, yet powerful. This episode covers the basics of uploading and displaying images. Next episodes will cover protecting files and progress bars.

Caching with Dalli
Play
6:46 CC

Caching with Dalli

#18 Sep 22, 2015 free
Dalli is a great interface for Memcached through Ruby.

Eager Loading with Goldiloader
Play
3:09 CC

Eager Loading with Goldiloader

#30 May 23, 2016 free
Wouldn't it be awesome if ActiveRecord didn't make you think about eager loading and it just did the "right" thing by default? With Goldiloader it can!