rubyvideo icon indicating copy to clipboard operation
rubyvideo copied to clipboard

Indexing all Ruby related videos

Results 186 rubyvideo issues
Sort by recently updated
recently updated
newest added

Speakers tend give do the same (or very similar) talks at multiple events. I would be cool if we could group these talks on the speaker page and let the...

enhancement

Some speakers have talks that could be seen as a "talk series". I would be nice if a speaker could create a talk series and add talks to it themselves.

enhancement

# Description [Thoughtbot Open Summit](https://thoughtbot.com/events/open-summit) was a virtual conference held on Oct 31, 2025. The videos are rolling out now. - (The Role of Open Source in Successful Products (Welcome...

### Update After a few conversations with Marco and Adrien, we figured out we need to refactor this in a different way. We need a `VerifiedEventParticipation` model (`event_id:string connect_id:string verified_with:string...

**Description:** Currently, I can bookmark my favorite talks on the conference website, but there’s no way (or we have 🤷‍♂️) to get notified when these bookmarked talks are actually published....

| SF Bay Area Ruby | Vienna.rb | | --- | --- | | ![CleanShot 2025-05-26 at 20 34 42@2x](https://github.com/user-attachments/assets/af585921-8aa7-4ac3-b312-a7dcb7583adc) | ![CleanShot 2025-05-26 at 20 34 07@2x](https://github.com/user-attachments/assets/e5482c27-d7d3-4ea7-879d-a23e38a6b475) |

This is a follow up to #1049. Loading GitHub avatars en-masse results in rubyevents.org getting rate-limited by GitHub. To avoid this, we would want to serve the images ourselves. This...

Hi! 👋 Rails now supports the `Continuation` feature in ActiveJob. This PR demonstrates how we could refactor jobs (example: `YouTubeVideoStatisticsJob`) to leverage continuable steps and improve resumption/test coverage. If you...