Marco Roth

Results 253 issues of Marco Roth

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

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....

The Lightning talks usually consist of multiple talks by different speakers about different topics. I think we should split up the lightning talks video into multiple individual "talks" on RubyVideo....

I noticed that some of the talks have an URL to the slides in the description. Maybe we can add that to the `Talk` model and link/embed them in a...

> I understood `published_at` as "the date the video was published on", but something like `date` would probably be more accurate. _Originally posted by @marcoroth in https://github.com/adrienpoly/rubyvideo/issues/113#issuecomment-2293704029_

This pull request adds the `toggle_attribute` Turbo Stream helper on the Ruby side. Introduced in https://github.com/marcoroth/turbo_power/pull/193