Rails API - Active Model Serializer
Play
7:53 CC

Rails API - Active Model Serializer

#50 Oct 16, 2016 free
Using ActiveModel::Serializer, learn how to create the JSON responses for your Rails API application. ASM is a great object oriented approach to building a JSON API.

Rails API Basics
Play
5:28 CC

Rails API Basics

#49 Oct 2, 2016 free
A brief introduction on Rails API. Learn how to create an API application and setup the routes. This episode is paving the way for more in depth looks into Rails API.

Version Control with Git Flow
Play
6:33 CC

Version Control with Git Flow

#48 Sep 25, 2016 free
Using Git Flow, learn how to work with branches and organize your changes. Once you have completed features, learn how to merge them back into a develop branch and prepare for a release to your master branch.

Authorization with Pundit
Play
6:31 CC

Authorization with Pundit

#47 Sep 18, 2016 free
Prevent unauthorized access to your application with Pundit; an authorization library for Ruby on Rails which restricts what resources a given user is allowed to access.

Two Factor Authentication
Play
9:13 CC

Two Factor Authentication

#46 Sep 11, 2016 free
Add multi factor authentication to your existing authentication solution. This gives your users the option to increase the level of security to their account and help prevent unauthorized access.