#181 · Apr 10, 2017 · 44
Let's take a look at using the Webpacker gem in Rails to implement an additional pipeline for building modern frontend Javascript alongside our Rails application using VueJS.
Pro · #180 · Apr 04, 2017 · 16
Often times you hear people say using callbacks and adding dependencies are always bad. Life's not that simple and in this episode we explore when to use callbacks and when it makes sense to add gem dependencies to your app.
Pro · #179 · Mar 28, 2017 · 28
See how you can use a form object to improve the way you implement custom and complex forms in Rails
#178 · Mar 21, 2017 · 22
Select a record or create a new one for an association in a form using the Selectize.js library
Pro · #177 · Mar 13, 2017 · 8
A walk through of the process of fixing a popular gem and learning how ActiveRecord and the Paranoia gem works
Pro · #176 · Mar 07, 2017 · 14
Add advanced counter caching for soft deletable models, scopes, and has_many relationships
#175 · Feb 27, 2017 · 12
Implement the decorator pattern with the Draper gem in your Rails application
Pro · #174 · Feb 22, 2017 · 37
Learn what the Decorator design pattern does and how to implement it from scratch
#173 · Feb 16, 2017 · 25
Learn how to use ActiveRecord Explain to analyze your SQL queries generated by ActiveRecord
#172 · Feb 06, 2017 · 25
Learn how to use counter caches in your Rails app