Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Every week you will be treated to a new Drifting Ruby episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one techniqu... more
FAQs about Drifting Ruby Screencasts:How many episodes does Drifting Ruby Screencasts have?The podcast currently has 213 episodes available.
November 06, 2016Database Index Optimization and Migration MaintenanceAdding indexes to your databases can increase the SQL search performance on your tables. As your application grows, migration files can become out of hand, use squasher to squish them down to a single file....more5minPlay
October 30, 2016Rails API - Throttling with Rack::AttackSave expensive calculation time using Rack::Attack, we will learn how to limit requests coming into our application. This gem not only limits requests, but can be used to blacklist or whitelist users as well....more8minPlay
October 23, 2016Rails API - Authentication with JWTUsing the knock gem, we will add JWT Authentication to our Rails API Application....more8minPlay
October 16, 2016Rails API - Active Model SerializerUsing 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....more8minPlay
October 02, 2016Rails API BasicsA 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....more6minPlay
September 25, 2016Version Control with Git FlowUsing 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....more7minPlay
September 18, 2016Authorization with PunditPrevent 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....more7minPlay
September 11, 2016Two Factor AuthenticationAdd 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....more10minPlay
September 05, 2016Authentication Crash Course with DeviseDevise is a flexible authentication solution for Rails based on Warden. Learn how to add a stable authentication solution like Devise to your application....more9minPlay
August 28, 2016Capturing Signatures with Signature PadUsing the Javascript Library, Signature Pad, learn how to capture user signatures and store them within your Ruby on Rails application....more9minPlay
FAQs about Drifting Ruby Screencasts:How many episodes does Drifting Ruby Screencasts have?The podcast currently has 213 episodes available.