Multistep Form with Wicked
Play
10:32 CC

Multistep Form with Wicked

#137 Jun 10, 2018 pro
Wicked can help by turning a controller into a series of multiple steps. In this episode, we interact with Devise to provide wizard after the user has registered.

Dynamic Select Fields
Play
13:26 CC

Dynamic Select Fields

#133 May 13, 2018 pro
Making one select field dependent on another and automatically update based on the previous selection can be a tricky task. In this episode, we look an a rather unobtrusive way to handle this for many scenarios.

Ruby Objects and Memoization
Play
21:55 CC

Ruby Objects and Memoization

#120 Feb 18, 2018 pro
In this episode, we look at creating ruby objects. Then we look at different ways of implementing memoization and how it can be used to speed up our classes.

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.

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!