Relesing a hot air baloon

Releasing a gem version to Ruby Gems - Photo by Dom Gould

ruby, open source

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.

Stefanni Brasil
Loofah and cleaning supplies. Photo by Los Muertos Crew

Time to scrub some HTML from its potential dirtiness. Photo by Los Muertos Crew.

ruby, open source, rspec

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.

Stefanni Brasil
Fixing Thread-Safety Bugs with Nate Berkopec

Fixing Thread-Safety Bugs with Nate Berkopec

ruby on rails, ruby, software development, open source

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?

Stefanni Brasil, Thiago Araujo
hexdevs podcast episode: How to Open Source with Richard Schneeman

How to Open Source with Richard Schneeman (@schneems)

ruby on rails, ruby, open source

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.

Stefanni Brasil, Thiago Araujo
Quickly Debug Ruby Gems with Pry, git bisect, and bundler

How to Quickly Debug a Ruby Gem with `pry`, `git bisect`, and `bundle open`

open source, ruby, ruby on rails, guides

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`.

Stefanni Brasil, Thiago Araujo
How to contribute to Ruby on Rails

A Ruby on Rails open source contribution guide for beginners. A summary from Open Source Thursdays Expert Session with Rafael França.

open source, ruby on rails, open source thursdays

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.

Stefanni Brasil, Thiago Araujo