Get an improved navigation experience with a Chrominium based browser.
Dismiss
Ruby Video
Talks
Speakers
Events
Topics
Leaderboard
Sign in
Talks
Speakers
Events
Topics
Use
Analytics
Sign in
Nil - Nothing is Easy, Is It?
Error Handling
How to get to zero unhandled exceptions in production
Radoslav Stankov
BalticRuby 2024
Building native Ruby extensions in Rust
Guilherme Carreiro
BalticRuby 2024
Nil - Nothing is Easy, Is It?
Craig Buchek
Blue Ridge Ruby 2024
Validate Me! - Demystifying Rails Validators
Rachael Wright Munn
Blue Ridge Ruby 2024
This or that? Similar methods & classes in Ruby && Rails
Andy Andrea
RailsConf 2024
From Cryptic Error Messages To Rails Contributor
Collin Jilbert
RailsConf 2024
Ruby on Fails: effective error handling with Rails conventions
Talysson Oliveira Cassiano
RailsConf 2024
The Second Oldest Bug
Jeremy Evans
RubyConf 2023
Monadic Approach to Ruby Error Handling
Du Gia Huy
RubyConf Taiwan 2023
Avoiding Disaster: Practical Strategies for Error Handling
Huy Du
RubyConf TH 2023
Don’t be afraid of the scary red error messages; they’re actually our friends
Shana Moore
,
Kait Sewell
RailsConf 2023
Off to the races
Kyle d'Oliveira
RailsConf 2023
How resolve Gem dependencies in your code?
Hiroshi Shibata
RubyKaigi 2023
Eliminating ReDoS with Ruby 3.2
Takashi Yoneuchi
RubyKaigi 2023
Yet Another Ruby Parser
Kevin Newton
RubyKaigi 2023
Keynote: Parsing RBS
Soutaro Matsumoto
RubyKaigi 2023
Improving the development experience with language servers
Vinicius Stock
RubyConf 2022
Boutique machine generated gems
CJ Avilla
RubyConf 2022
Never again without a contract: dry-validation
Espartaco Palma
RubyConf 2022
The Three-Encoding Problem
Kevin Menard
RubyConf Mini 2022
error_highlight: user-friendly error diagnostics
Yusuke Endoh
RubyKaigi 2022
Under The Hood And On The Surface of Sidekiq
Paweł Dąbrowski
wroc_love.rb 2022
How to Ensure Systems Do What We Want and Take Care of Themselves
Michał Zajączkowski de Mezer
wroc_love.rb 2022
Schrödinger's Error: Living In the grey area of Exceptions
Sweta Sanghavi
RubyConf 2021
Service Objects With Dry.rb: Monads and Transactions
Paul Sadauskas
RubyConf 2021
Reframing Shame & Embracing Mistakes
Jameson Hampton
RubyConf 2021
Optimizing Partial Backtraces in Ruby 3
Jeremy Evans
RubyConf 2021
Using Monads for Elegant Error Handling
John Gallagher
RubyConf 2021
Enjoy Ruby Programming in IDE and TypeProf
Yusuke Endoh
RubyConf 2021
Come on in! Making yourself at home in a new codebase
Mercedes Bernard
RailsConf 2022
Lightning Talks Day 1
Manuel Morales
,
Ivo Anjo
,
Jan Lelis
,
Victor Shepelev
,
Piotr Murach
,
Jan Krutisch
Euruko 2017
Ducks and monads: wonders of Ruby types
Igor Morozov
Euruko 2018
Missing Guide to Service Objects in Rails
Riaz Virani
RailsConf 2021
Can I break this?: Writing resilient “save” methods
Nathan Griffith
RailsConf 2021
Checking Your Types: An Overview of Ruby's Type System
Sabrina Gannon
rubyday 2021
The First Feedback We Get
Nicolas Zermati
Paris.rb Conf 2020
Monads as a Clean Solution To Our Messy Code
Nathaly Villamor
Paris.rb Conf 2020
What Could Go Wrong? The Science of Coding For Failure
Daniel Fone
Paris.rb Conf 2020
Site Reliability on Rails
Anthony Crumley
Birmingham on Rails 2020
Ruby and Go
Lional Barrow
Rocky Mountain Ruby 2013
Reliable Engineer: From Production Breaker To Enterprise Maker
Denys Medynskyi
Pivorak Conf 4.0
Dirty Magic for Resilient API Dependencies
Sergey Dolganov
RubyConf TH 2019
How to Get to Zero Unhandled Exceptions in Production
Radoslav Stankov
RubyConf TH 2019
New HotN+1ness -Hard lessons migrating from REST to GraphQL
Eric Allen
RailsConf 2019
When it all goes Wrong (with Postgres)
Will Leinweber
RailsConf 2019
Building Resilient API Dependency
Sergey Dolganov
Ruby Unconf 2019
Resolve Errors Straight from the Error Pages
Genadi Samokovarov
RailsConf 2019
Filling the Knowledge Gap: Debugging Edition
Mina Slater
RailsConf 2019
Building for Gracious Failure
James Thompson
RailsConf 2019
State of Sorbet: A Type Checker for Ruby
Jake Zimmerman
,
Paul Tarjan
RubyKaigi 2019
Keynote: All bugfixes are incompatibilities
nagachika
RubyKaigi 2019
Beauty and the Beast: your application and distributed systems
Emily Stolfo
rubyday 2019
Enterprise Ruby 2.1
Nick Sutterer
rubyday 2019
Beauty and the Beast: your application and distributed systems
Emily Stolfo
Ruby on Ice 2019
Exception Handling Designing Robust Software
Wen Tien Chang
Rails Pacific 2014
The Modern Prometheus
Piotr Szotkowski
Balkan Ruby 2018
How to get to zero unhandled exceptions in production
Radoslav Stankov
Balkan Ruby 2018
Human Errors
Olivier Lacan
Paris.rb Conf 2018
Clean Code Lessons From Messy Humans
Sylvain Abélard
Paris.rb Conf 2018
Deep into Ruby Code Coverage
Marc-André Lafortune
RubyKaigi 2018
What would your own version of Ruby look like?
Stan Lo
RubyKaigi 2018
Scaling Teams using Tests for Productivity and Education
Julian Nadeau
RubyKaigi 2018
RNode with code positions
Yuichiro Kaneko
RubyKaigi 2018
Implementing Web Console
Genadi Samokovarov
RubyKaigi 2018
Knobs, buttons & switches: Operating your application at scale
Amy Unger
RailsConf 2018
“API?” – How LendingHome Approaches “Legacy” Technologies
Sam Aarons
RailsConf 2018
Broken APIs Break Trust: Tips for Creating and Updating APIs
Alex Wood
RailsConf 2018
The Doctor Is In: Using checkups to find bugs in production
Ryan Laughlin
RailsConf 2018
Event Sourcing Anti Patterns and Failures
Nathan Ladd
wroc_love.rb 2018
Issues with asynchronous interaction
Anna Shcherbinina
Euruko 2017
The overnight failure
Sebastian Sogamoso
Euruko 2017
Comparative Error Handling...
Brittany Storoz
Rocky Mountain Ruby 2017
Trust, But Verify (Programmatically)
Ben Orenstein
Rocky Mountain Ruby 2017
Beyond validates_presence_of: Ensuring Eventual Consistency
Amy Unger
RailsConf 2017
Developer Happiness on the Front End with Elm
Kevin Yank
RailsConf 2017
Practical Debugging
Kevin Newton
RailsConf 2017
The Arcane Art of Error Handling
Brad Urani
RailsConf 2017
The Overnight Failure
Sebastian Sogamoso
wroc_love.rb 2017
Fault Tolerance in Ruby
Hubert Łępicki
wroc_love.rb 2017
A Common Taxonomy Of Bugs And How To Squash Them
Kylie Stradley
rubyday 2016
Structure and Chain your Poros
Benjamin Roth
rubyday 2016
When Making Money Becomes a Headache Dealing with Payments
Sebastian Sogamoso
Rails Pacific 2016
Lessons of Liskov
Peter Bhat Harkins
wroc_love.rb 2016
Saving people from typos
Yuki Nishijima
RubyKaigi 2015
I Like My Params Like I Like My Coffee
Tara Scherner De La Fuente
Rocky Mountain Ruby 2015
Things You Didn't Know About Exceptions
Avdi Grimm
Rocky Mountain Ruby 2011
Lightning Talks - Day 3
TODO
wroc_love.rb 2015
Safety Nets: Learn to code with confidence
Christophe Philemotte
rubyday 2014
Software Development Lessons from the Apollo Program
Julian Simioni
RailsConf 2014
Designing the APIs for an Internal Set of Services
Alberto Leal
RailsConf 2014
Too Big to Fail
Chris Maddox
RailsConf 2014
What Ruby Developers Can Learn From Go
Lionel Barrow
RailsConf 2013
How to Write Documentation for People That Don't Read
Kevin Burke
RailsConf 2013
Zero-downtime payment platforms
Prem Sichanugrist
,
Ryan Twomey
RailsConf 2013
Ruby on the Command Line
Simon Chiang
Rocky Mountain Ruby 2012
Keynote: I've made a huge mistake
Aaron Patterson
RailsConf 2012