Ruby Video
Talks
Speakers
Events
Topics
Leaderboard
Sign in
Talks
Speakers
Events
Topics
Use
Analytics
Sign in
Topics
Debugging
Fix Production Bugs Quickly - The Power of Structured Logging in Rails
John Gallagher
Ruby Warsaw Community Conference Summer Edition 2024
How to get to zero unhandled exceptions in production
Radoslav Stankov
BalticRuby 2024
From Cryptic Error Messages To Rails Contributor
Collin Jilbert
RailsConf 2024
Ask your logs
Youssef Boulkaid
RailsConf 2024
Finding and fixing memory safety bugs in C with ASAN
KJ Tsanaktsidis
RubyKaigi 2024
Finding Memory Leaks in the Ruby Ecosystem
Peter Zhu
,
Adam Hess
RubyKaigi 2024
Debug Like a Scientist
Maciej Rząsa
wroc_love.rb 2024
Keynote: Writing Weird Code
Tomoya Ishida
RubyKaigi 2024
Strings! Interpolation, Optimisation & Bugs
Matt Valentine-House
RubyKaigi 2024
Cloning Cookie Clicker to Debug jobs and Confirm What DHH Said
Danilo Tupinambá
Tropical.rb 2024
Enough Coverage To Beat The Band. Meet Rubys Coverage Module
Kevin Murphy
Blue Ridge Ruby 2023
The Second Oldest Bug
Jeremy Evans
RubyConf 2023
The Secret Ingredient: How To Understand and Resolve Just About Any Flaky Test
Alan Ridlehoover
RubyConf 2023
Finding a needle in the haystack - Debugging performance issues
Puneet Khushwani
RubyConf 2023
Demystifying the Ruby package ecosystem
Jenny Shen
RubyConf 2023
The Functional Alternative
Ju Liu
Helvetic Ruby 2023
Rails Performance Monitoring 101: A Primer for Junior Developers
Rishi Jain
RailsConf 2023
Don’t be afraid of the scary red error messages; they’re actually our friends
Shana Moore
,
Kait Sewell
RailsConf 2023
Merged PRs: An Untapped Resource for Practice and Exploration
Thomas Countz
RailsConf 2023
A pragmatic and simple approach to fixing a memory leak
Vincent Rolea
RailsConf 2023
The Functional Alternative
Ju Liu
rubyday 2023
Introduction of new features for VS Code debugging
Naoto Ono
RubyKaigi 2023
Build a mini Ruby debugger in under 300 lines
Stan Lo
RubyKaigi 2023
Tips and Tricks for working in the MRI Codebase
Jemma Issroff
RubyKaigi 2023
The Second Oldest Bug
Jeremy Evans
RubyKaigi 2023
Keynote: The Case Of The Vanished Variable - A Ruby Mystery Story
Nadia Odunayo
RubyConf 2022
The Case Of The Vanished Variable - A Ruby Mystery Story
Nadia Odunayo
RubyConf Mini 2022
Keynote: Ruby & JVM: A (JRuby) Love Story
Yarden Laifenfeld
RubyConf TH 2022
Let's collect type info during Ruby running and automaticall
osyo
RubyKaigi 2022
ruby/debug - The best investment for your productivity
Stan Lo
RubyKaigi 2022
Tools for Providing rich user experience in debugger
Naoto Ono
RubyKaigi 2022
error_highlight: user-friendly error diagnostics
Yusuke Endoh
RubyKaigi 2022
Ruby & JVM: A (JRuby) Love Story
Yarden Laifenfeld
Euruko 2022
Whimsy: Pry Irresponsibly
Riaz Virani
RubyConf 2021
The Mindset of Debugging
Kyle d'Oliveira
RubyConf 2021
Schrödinger's Error: Living In the grey area of Exceptions
Sweta Sanghavi
RubyConf 2021
The Science and Magic of Debugging
Vaidehi Joshi
RubyConf 2021
Optimizing Partial Backtraces in Ruby 3
Jeremy Evans
RubyConf 2021
Debugging Product Teams
Amy Newell
RubyConf 2021
debug.gem: Ruby's new debug functionality
Koichi Sasada
RubyConf 2021
`rails c` with me - turbocharge your use of the interactive console
Sweta Sanghavi
RailsConf 2022
Don't touch that!
Adam Cuppy
RailsConf 2022
Optimizing Partial Backtraces in Ruby 3
Jeremy Evans
RubyKaigi Takeout 2021
The Art of Execution Control for Ruby's Debugger
Koichi Sasada
RubyKaigi Takeout 2021
Lightning Talk: Adding byebug to the Professional Puts Debugger Tool Set
Zhi Ren Guoy
Euruko 2021
Lightning Talk: The 6 Characters That Could Bring Down Your App
Moncef Belyamani
Euruko 2021
Lightning Talks Day 1
Manuel Morales
,
Ivo Anjo
,
Jan Lelis
,
Victor Shepelev
,
Piotr Murach
,
Jan Krutisch
Euruko 2017
Debugging adventures in Rack-land
Pan Thomakos
Euruko 2018
The case of the missing method — a Ruby mystery story
Nadia Odunayo
Euruko 2018
Tool belt of a seasoned bug hunter
Damir Zekić
Euruko 2018
Techniques for Uncertain Times
Chelsea Troy
RailsConf 2021
Implicit to Explicit: Decoding Ruby's Magical Syntax
Justin Gordon
RailsConf 2021
Growing Software From Seed
Sweta Sanghavi
RailsConf 2021
The Curious Case of the Bad Clone
Ufuk Kayserilioglu
RailsConf 2021
Lightning Talks: Robson Port
Robson Port
RailsConf 2021
Lightning Talk: My Team's recent Gitastrophy - a PERFECT example!
Lauren Billington
RailsConf 2021
mruby-rr: Time Traveling Debugger For mruby Using rr
Lin Yu Hsiang
RubyKaigi Takeout 2020
RubyMem: The Leaky Gems Database for Bundler
Ernesto Tagwerker
RubyKaigi Takeout 2020
Debugging: Techniques for Uncertain Times
Chelsea Troy
RailsConf 2020 CE
We'll do it live: Underhanded Debugging Tactics
Saimon Sharif
Ancient City Ruby 2019
Developing in React Native with Reactotron
Richard Evans
Ancient City Ruby 2019
Debug Hard: Ruby String Library Methods and Underlying C Implementations
Vishal Chandnani
RubyConf TH 2019
How to Get to Zero Unhandled Exceptions in Production
Radoslav Stankov
RubyConf TH 2019
Fixing Flaky Tests Like a Detective
Sonja Peterson
RailsConf 2019
Bug-Driven Development
Ylan Segal
RailsConf 2019
Getting Unstuck: Strategies For Solving Difficult Problems
Steven Hicks
RailsConf 2019
Event Sourcing made Simple
Philippe Creux
RailsConf 2019
Code Spelunking: teach yourself how Rails works
Jordan Raine
RailsConf 2019
Filling the Knowledge Gap: Debugging Edition
Mina Slater
RailsConf 2019
Keynote: All bugfixes are incompatibilities
nagachika
RubyKaigi 2019
Practical mruby/c firmware development with CRuby
Hitoshi Hasumi
RubyKaigi 2019
Writing Debuggers in Plain Ruby! Fact or fiction?
Genadi Samokovarov
RubyKaigi 2019
Beyond `puts`: TruffleRuby’s Modern Debugger Using Chrome
Kevin Menard
RubyKaigi 2019
Play with local vars
Tatsuhiro Ujihisa
RubyKaigi 2019
Less Code, More Confidence
Lucas Tolchinsky
Paris.rb Conf 2018
Analyzing and Reducing Ruby Memory Usage
Aaron Patterson
RubyKaigi 2018
Implementing Web Console
Genadi Samokovarov
RubyKaigi 2018
Down The Rabbit Hole: An Adventure in Legacy Code
Loren Crawford
RailsConf 2018
Debugging Rails Itself
Sean Griffin
RailsConf 2018
The Doctor Is In: Using checkups to find bugs in production
Ryan Laughlin
RailsConf 2018
Booleans are Easy - True or False?
Craig Buchek
RailsConf 2018
Lightning Talk: Profiling Ruby with Flamegraphs
Janusz Mordarski
Ruby Unconf 2018
Toolbelt of a Seasoned Bug Hunter
Damir Zekić
wroc_love.rb 2018
The overnight failure
Sebastian Sogamoso
Euruko 2017
Comparative Error Handling...
Brittany Storoz
Rocky Mountain Ruby 2017
Serial Protocol Analyzer on Ruby
Mayumi EMORI
RubyKaigi 2017
Google Cloud Love Ruby
Remi Taylor
RailsConf 2017
What’s my App *Really* Doing in Production?
Daniel Azuma
RailsConf 2017
Practical Debugging
Kevin Newton
RailsConf 2017
The Arcane Art of Error Handling
Brad Urani
RailsConf 2017
Perusing the Rails Source Code - A Beginners Guide
Alex Kitchens
RailsConf 2017
A Common Taxonomy Of Bugs And How To Squash Them
Kylie Stradley
rubyday 2016
JRuby 9000 Last Year, Today, and Tomorrow
Thomas E Enebo
RubyKaigi 2016
The worst Ruby codes I've seen in my life
Fernando Hamasaki de Amorim
RubyKaigi 2015
Deep diving: how to explore a new code base
Christophe Philemotte
rubyday 2015
The joy of Ruby debugging - Pry universe
Enrico Carlesso
rubyday 2015
Things You Didn't Know About Exceptions
Avdi Grimm
Rocky Mountain Ruby 2011
Safety Nets: Learn to code with confidence
Christophe Philemotte
rubyday 2014
Eliminating Inconsistent Test Failures
Austin Putman
RailsConf 2014
Debugger Driven Developement with Pry
Joel Turnbull
RailsConf 2014
Ruby on Rails Hacking Guide
Akira Matsuda
RailsConf 2014
Pry-- The Good Parts!
Conrad Irwin
RailsConf 2013
Dissecting Ruby with Ruby
Richard Schneeman
RailsConf 2013
Insight, Intuition and Programming
Russ Olsen
Ancient City Ruby 2013
Ruby on the Command Line
Simon Chiang
Rocky Mountain Ruby 2012
This is the problem
Drew Neil
Rocky Mountain Ruby 2012