Drifting Ruby
  • love movie Episodes
  • More Content
    Learning Paths

    Curated list of episodes, bundled to help you on your learning path!

    Video Logs new

    Videos of tech, infrastructure, hardware and software which non-instructional by nature.

    Blog

    Articles around software and tutorials.

    Merchandise

    Show your love and support while looking fancy.

  • Community
    Forums new

    Got a question or want to chat about a topic? Let's talk!

  • About
  • Login

  • Home

  • Episodes

  • About

  • Login
  • Reset

    View

    • View List
    • View Cards

    Episodes

    • Free Episodes
    • Pro Episodes

    Sort

    • By Rank
    • By Date
    • By Popularity

    Tags

    • Rails (344)
    • Javascript (72)
    • View (52)
    • Stimulusjs (47)
    • Ruby (38)
    • Model (34)
    • Security (30)
    • Development (25)
    • Hotwire (25)
    • Database (22)
    • Api (21)
    • Performance (19)
    • Form (19)
    • Turbo (18)
    • Authentication (17)
    • Deployment (16)
    • Active Storage (11)
    • Websockets (10)
    • Uploads (10)
    • Production (10)
    • Background Processing (10)
    • Ajax (10)
    • 7.0 (10)
    • Test (8)
    • Activerecord (8)
    UUID in Rails with ActiveUUID
    Play

    UUID in Rails with ActiveUUID

    #23 Mar 2, 2016 free

    Some cases require non-auto incrementing primary keys as well as multiple master writes without id conflicts. With ActiveUUID, we can configure our table's primary key with confidence without added complexity.

    rails uuid activerecord database
    6 4

    Faye WebSockets - Part 1
    Play

    Faye WebSockets - Part 1

    #22 Feb 23, 2016 free

    Using WebSockets, we are able to create a realtime notification between browsers. Useful for in-app messaging, chats, and more! Learn how to use Faye's Publish and Subscribe methods. I believe that this paves the way for successfully using and learning the upcoming ActionCable.

    rails websockets messaging notifications
    4 1

    Not RJS and Turbolinks - Part 2
    Play

    Not RJS and Turbolinks - Part 2

    #21 Nov 25, 2015 free

    A continuation from Episode 20 where we explore rendering the user's edit pages in a modal on a per request basis. Instead of rendering all modals for the users in the index, we will request them using remote javascript.

    rails view performance javascript
    5 0

    Not RJS and Turbolinks
    Play

    Not RJS and Turbolinks

    #20 Nov 9, 2015 free

    Using Javascript responses, we can make our Rails application have a quick and responsive Single Page Application feel to it.

    rails javascript performance
    9 2

    Deleting and Undeleting with Paranoia
    Play

    Deleting and Undeleting with Paranoia

    #19 Oct 7, 2015 free

    When your app is using Paranoia, calling destroy on an ActiveRecord object doesn't actually destroy the database record, but just hides it.

    rails view model
    5 0

    Caching with Dalli
    Play

    Caching with Dalli

    #18 Sep 22, 2015 free

    Dalli is a great interface for Memcached through Ruby.

    rails performance caching
    10 2

    Dependent Form Fields
    Play

    Dependent Form Fields

    #17 Sep 2, 2015 free

    Using unobtrusive javascript, we can hide certain fields on forms based on the selected values of other fields.

    rails javascript view
    14 6

    Complex Strong Parameters
    Play

    Complex Strong Parameters

    #16 Aug 28, 2015 free

    Make your strong parameters do more by extracting the logic in order to maximize the ability and security of your application.

    rails security parameters
    13 1

    Refile Uploads with Progress Bar
    Play

    Refile Uploads with Progress Bar

    #15 Aug 23, 2015 free

    Adding progress bars to your Refile uploader is easy thanks to the included javascript library from Refile. Learn how to add progress bars to your application.

    rails view uploads
    5 2

    Securing File Uploads
    Play

    Securing File Uploads

    #14 Aug 22, 2015 free

    Be default, Refile does not have a way to secure file downloads. It relies on a generated hash that is unknown to users unless the page renders that image or has a download to that file. This is okay sometimes, however, protecting the file from being downloaded for those who have the URL is a bit more involved.

    rails security uploads
    4 0

    • « First
    • ‹ Prev
    • …
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • Next ›
    • Last »
    Drifting Ruby

    Quality Ruby Screencasts

    About
    • About
    • Pricing
    • Blog
    Meta
    • atom
    Legal
    • Privacy Policy
    • Terms of Use
    Apps
    • Rubidium
    © 2023 Kimura Innovations, LLC