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