Mountable Engines
Play
9:23 CC

Mountable Engines

#79 May 7, 2017 free
Mountable Engines are a great way to extract code into its own namespace and allow the code to be reused in other applications. Other popular gems that are mountable engines are Devise and Doorkeeper.

Static Pages with High Voltage
Play
5:11 CC

Static Pages with High Voltage

#12 Aug 10, 2015 free
Creating Static Pages within your Rails application is easy and configurable with High Voltage.

ActionCable - Part 2 - More Complex Example
Play
5:10 CC

ActionCable - Part 2 - More Complex Example

#38 Jul 17, 2016 free
Extending the previous episode, we look into making a realtime poll application where users can get live feedback on voting.

Dependent Form Fields
Play
4:19 CC

Dependent Form Fields

#17 Sep 2, 2015 free
Using unobtrusive javascript, we can hide certain fields on forms based on the selected values of other fields.

Autocomplete with HTML Results
Play
7:02 CC

Autocomplete with HTML Results

#83 Jun 4, 2017 free
Working with an autocomplete can be very simple. However, things get complicated when you try to use HTML markup in the displayed results. Learn how to use HTML markup within your autocomplete results!