rubyvideo
rubyvideo copied to clipboard
Indexing all Ruby related videos
This PR adds comprehensive unit tests for the `find_sponsor_page` method in the `DownloadSponsors` class, along with an improvement to the fragment link detection logic. ## Changes Made ### Enhanced Fragment...
This PR improves the DownloadSponsors class by adding error handling, retry mechanisms, data validation, and duplicate detection capabilities. These enhancements make the sponsor downloading process more reliable, maintainable, and debuggable....
Refactoring TalksAgent to use active agent's action prompt for action… view style prompt message template rendering
The videos.yml file is generated by the lrug site and hosted at https://lrug.org/rubyevents-video-playlist.yml so we've just copied it into the rubyevents repo for this PR. Currently fixed at 2020 onwards...
At RailsConf2025 I had the pleasure of pairing with Leon Vogt. While setting up the app, I ran into this error: `Undeclared attribute type for enum 'kind' in Talk. Enums...
We discussed [here](https://github.com/rubyevents/rubyevents/pull/778) adding some endpoints for the feeds, and we’ve decided to start with the events feed.
This pull request adds the slugs from production to the YAML files so they are going to be fixed from now on. Additionally, it adds an `id` key to make...
### Summary This pull request renames the `Organisation` model to `EventSeries` to better reflect its purpose: grouping related conference editions together (e.g., RailsConf 2011-2025). We opted for the simpler approach...