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

Similar to #181, but showing the schedule in full-width on the conference page. This is probably more relevant for multi-track/multi-day conference than it is for single-track/single-day conferences. ![Conference Show Schedule@2x](https://github.com/user-attachments/assets/b95cf79f-4a55-4ce9-895a-0fad3aa963c8)

enhancement

This might be more relevant before/during a conference that it is after a conference, but I think there's some value in exploring all the speakers at a conference. ![Conference Show...

enhancement

Right now there is no way to get to the speaker page from a talk show page. Ideally we can do something like YouTube, where we show the channel (or...

From what I can tell it seems that the `activerecord-enhancedsqlite3-adapter` gem is not enabled and doing anything. I think we should either remove the gem or enable it so we...

Currently we have "organizations" that we use to "group" events together. RailsConf 2011-2024 all belong to the RailsConf "Organization" right now. But technically, RailsConf and RubyConf are organized by Ruby...

enhancement
metadata

Paired with @marcoroth - [ ] Fix db:seed test.

This is not perfect yet, but this is a start with what I wanted to go for in #154. ![CleanShot 2024-08-24 at 02 41 48](https://github.com/user-attachments/assets/96d2cec7-2f33-4d72-b9d0-d3bb6b53d74b)

This pull request implements a new `video_provider` for the case where the videos are not hosted on YouTube. In the case of Brighton Ruby they are hosted on their own...

We are currently storing the `language` field on the `Talk` model, but we aren't showing this information in the UI anywhere. I think we should show it if the talk...

This pull request adds the `slides_url` to the `Talk` model and also adds a new tab to the talk show page if the talk has a `slides_url` associated with it....