Bootstrap Framework and Ruby on Rails
Play
9:18 CC

Bootstrap Framework and Ruby on Rails

#81 May 21, 2017 free
Using Bootstrap in your application has become much more simple. Also learn to create some helper methods to make working with Bootstrap much easier.

Progressive Render
Play
3:26 CC

Progressive Render

#33 Jun 13, 2016 free
Slow content got you down? Load it later! Use this gem to defer loading of portions of your page until after load. They will be fetched via AJAX and placed on the page when ready.

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!

Using Action Text in a Rails 5.2 Application
Play
7:28 CC

Using Action Text in a Rails 5.2 Application

#167 Jan 6, 2019 free
With Rails 6.0 is around the corner, Action Text has been merged into the Rails repository. However, it can still be used on a Rails 5.2 application while we wait for its official release.

DRY up your Javascript
Play
4:30 CC

DRY up your Javascript

#41 Aug 8, 2016 free
Learn how avoid duplicate code to reuse existing javascript.