We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track

RailsConf 2024 - Hack Day
RailsConf 2024 Highlights
Best moments from attending RailsConf 2024 in Detroit.

Releasing a gem version to Ruby Gems - Photo by Dom Gould
How to Release a Gem to RubyGems
Need to release a new Gem version but not sure how? Or are you just curious about how releasing a gem works? Then, this post is for you.

Hack Day at RubyConf 2023 - Photo by San Diego Conference Photography
RubyConf 2023 Highlights
Best talks and moments from RubyConf 2023 in San Diego.

Time to scrub some HTML from its potential dirtiness. Photo by Los Muertos Crew.
Ruby HTML Sanitization with Loofah
Need to do some HTML sanitization, but Rails ActionView Sanitize Helpers are not good enough? Read this post to learn how to do it with Loofah.

Fetching Pull Requests from Open Source projects just got easier!
Fetch a Pull Request from a branch you don't own
Fetching Pull Requests from Open Source projects just got easier!

Fixing Thread-Safety Bugs with Nate Berkopec
Fixing Thread Safety Bugs With Nate Berkopec
Can you tell if a Ruby gem is really thread-safe or not? And how do you fix a seemingly thread-safety issue that can be something else entirely?

How to Open Source with Richard Schneeman (@schneems)
How to Open Source with Richard Schneeman (@schneems)
What does lurking and flossing have to do with contributing to open source? It's all about sustaining tiny habits. Learn how to use tiny habits to go from coder to contributor.

How to Quickly Debug a Ruby Gem with `pry`, `git bisect`, and `bundle open`
Guide: Quickly Debug a Ruby Gem with Pry and Git Bisect
A quick guide to help you debug a Third-Party Ruby Gem (faker-ruby) using `bundle open`, `pry`, and `git bisect`.

A Ruby on Rails open source contribution guide for beginners. A summary from Open Source Thursdays Expert Session with Rafael França.
How to Contribute to Ruby on Rails
This post is a summary of the Open Source Thursdays - Expert Session with Rafael França. Learn how to get started, how to fix a bug, navigate the Ruby on Rails codebase and contribute to Open Source projects as a beginner.