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

### Why - Issue #506 - Some videos on YouTube don't have the XL thumbnail, which then leads to us rendering the generic YouTube thumbnail ### What Adds a method...

Right now if two speakers have the exact same name we have no way of handling them as individual speakers. Example: I believe that these two speakers aren't the same...

Currently the conferences only have their `website` and their `twitter` linked, maybe it makes sense to expand that to other social media platforms too, like we did for speakers in...

enhancement
good first issue

**Message** ``` expected :page >= 1; got 0 ``` **Backtrace (last 10 lines)** ``` lib/pagy/shared_methods.rb:11 block in Pagy::SharedMethods#assign_and_check lib/pagy/shared_methods.rb:10 Hash#each lib/pagy/shared_methods.rb:10 Pagy::SharedMethods#assign_and_check lib/pagy/countless.rb:10 Pagy::Countless#initialize lib/pagy/extras/countless.rb:17 Class#new lib/pagy/extras/countless.rb:17 Pagy::CountlessExtra#pagy_countless app/controllers/topics_controller.rb:15 TopicsController#show...

Sometimes a talk doesn't get recorded or doesn't get published. But the "same" talk might have been given at another event. Instead of not showing a recording, we could link...

enhancement
metadata
content

**Message** ``` no implicit conversion of nil into String ``` **Backtrace (last 10 lines)** ``` lib/active_support/duration/iso8601_parser.rb:35 StringScanner#initialize lib/active_support/duration/iso8601_parser.rb:35 Class#new lib/active_support/duration/iso8601_parser.rb:35 ActiveSupport::Duration::ISO8601Parser#initialize lib/active_support/duration.rb:145 Class#new lib/active_support/duration.rb:145 ActiveSupport::Duration.parse app/models/talk.rb:431 Talk#fetch_duration_from_youtube! lib/active_job/performs.rb:45 Talk::FetchDurationFromYoutubeJob#perform lib/active_job/execution.rb:68...

bug

In the talk show view, the current user is being used in the cache key. I believe this is only used for caching whether a talk is cached or not....

refactor

https://www.youtube.com/playlist?list=PL9_jjLrTYxc3_iKoLe4ZDocgTi1GVwbND

content

Some videos on YouTube don't have the XL thumbnail, which then leads to us rendering the generic YouTube thumbnail. I think it would be better if we could render the...

enhancement