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 (360)
    • Javascript (74)
    • View (55)
    • Stimulusjs (51)
    • Ruby (39)
    • Model (34)
    • Security (32)
    • Development (25)
    • Hotwire (25)
    • Api (23)
    • Database (22)
    • Turbo (19)
    • Performance (19)
    • Form (19)
    • Deployment (18)
    • Authentication (17)
    • Active Storage (13)
    • Background Processing (11)
    • Uploads (10)
    • Websockets (10)
    • 7.0 (10)
    • Ajax (10)
    • Production (10)
    • Test (9)
    • Docker (8)
    Speeding Up Tests
    Play

    Speeding Up Tests

    #104 Nov 5, 2017 free

    Slow tests can slow down your development process. Using parallel_tests, you can speed up your test suite by multiple threads and running the tests in groups.

    rails test
    17 1

    Sample Data with Factory Bot and Faker
    Play

    Sample Data with Factory Bot and Faker

    #103 Oct 29, 2017 free

    Factory Bot is a fixtures replacement which can generate the needed records directly in the tests. Faker can be used to create fake data for these records.

    ruby rails test
    22 0

    Feature Testing with Capybara
    Play

    Feature Testing with Capybara

    #102 Oct 22, 2017 free

    Create Acceptance Tests or Feature Tests to extend your automated tests with browser testing. It can help tests some areas that cannot be reached with other types of tests.

    rails test
    28 7

    Testing with RSpec
    Play

    Testing with RSpec

    #101 Oct 15, 2017 free

    Using RSpec, learn how to create tests for your application and view your coverage.

    rails test
    35 7

    Basic Testing Introduction in Rails
    Play

    Basic Testing Introduction in Rails

    #100 Oct 8, 2017 free

    Using the Rails 5.1.X defaults, we have a look at what is configured and explore the different types of tests; using the provided MiniTest and Capybara.

    rails test
    33 6

    Creating a Basic Gem
    Play

    Creating a Basic Gem

    #99 Sep 24, 2017 free

    Gems are a packaged library of functions that can extend your application or provide other features to your system. Learn to create and publish a ruby gem.

    ruby gem
    23 0

    Polymorphic Associations
    Play

    Polymorphic Associations

    #98 Sep 17, 2017 free

    Advancing from Single Table Inheritance, learn how Polymorphic Associations differ and tricks to simplify their usage.

    rails model
    24 4

    Single Table Inheritance
    Play

    Single Table Inheritance

    #97 Sep 10, 2017 free

    Learn to use single table inheritance to allow multiple classes to be stored in the same database table.

    rails model
    31 4

    Auditing with Paper Trail
    Play

    Auditing with Paper Trail

    #96 Sep 4, 2017 free

    Using the paper_trail gem, track changes to model records for auditing purposes and rollback changes when required.

    rails database audit
    18 4

    ActiveRecord Migrations
    Play

    ActiveRecord Migrations

    #95 Aug 27, 2017 free

    This episode covers different tips and tricks around database migration files.

    rails database migration
    20 3

    • « First
    • ‹ Prev
    • …
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • …
    • 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