Rails API Documentation
Play
15:18 CC

Rails API Documentation

#146 Aug 12, 2018 pro
In this episode, we look at creating an interactive documentation for a Rails API.

Improving Partial Loading Performance
Play
11:38 CC

Improving Partial Loading Performance

#145 Aug 5, 2018 free
N+1 queries can make an application slow. Having queries called within views can also slow down an app as well as making it less extendable.

Creating PDF files with WickedPDF
Play
9:46 CC

Creating PDF files with WickedPDF

#144 Jul 29, 2018 pro
Easily create PDF files within your Rails Application with Wicked PDF.

Rails API Versioning
Play
9:52 CC

Rails API Versioning

#142 Jul 15, 2018 pro
Using the URI or Accept Headers, we can version our API to prevent breaking changes to our end users. In this episode, we look at versioning our RESTful API.

Search Encrypted Attributes with Blind Index
Play
9:04 CC

Search Encrypted Attributes with Blind Index

#139 Jun 24, 2018 pro
Keeping client data protected is important, but once an attribute is encrypted, it becomes difficult to work with it. With Blind Index, we regain functionality on searching and validations.