rubyvideo
rubyvideo copied to clipboard
Indexing all Ruby related videos
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...
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.
# 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 | | --- | --- | |  |  |
fixed #943
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...