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!

DataTables
Play
15:55 CC

DataTables

#82 May 29, 2017 free
The DataTables Javascript library creates a powerful display of your application's data. Some of the features include pagination, server side processing, sorting and search.

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.

Routing Partials
Play
4:30 CC

Routing Partials

#80 May 14, 2017 free
The routes file can grow to be unmaintainable and messy. Learn to keep things organized by extracting out blocks of routes into their own files.

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.