rubyvideo
rubyvideo copied to clipboard
Indexing all Ruby related videos
I think we can copy this setting from Rails main https://github.com/rails/rails/pull/54754
This is an alternative to https://github.com/adrienpoly/rubyvideo/pull/644 For some reasons Libyaml converts to unicode all emojis. This makes the yaml harder to read and on the top of that when ever...
   * Ignored github for now since its coupled to user auth. * Social profile can be created only by admin and owner
While I was looking into adding a task to add slugs to the yml files I realized that mutating yml files isn't that easy. If we use a basic Yml...
This PR add 2 new rake tasks: A first task to dump in a local yaml file all key pair video_id/slug ``` rake yml:dump_talks_slugs ``` A second that will add...
# TODO - [ ] add assets on `app/assets/images/events/rubykaigi/rubykaigi-2013/`
WIP for now, daisyUI styles are broken badly.
**Message** ``` SQLite3::SQLException: fts5: syntax error near "" ``` **Backtrace (last 10 lines)** ``` sqlite3-2.5.0-aarch64-linux (gnu) lib/sqlite3/statement.rb:125 SQLite3::Statement#step sqlite3-2.5.0-aarch64-linux (gnu) lib/sqlite3/statement.rb:125 block in SQLite3::Statement#each :168:in 'Kernel#loop' sqlite3-2.5.0-aarch64-linux (gnu) lib/sqlite3/statement.rb:124 SQLite3::Statement#each...
Currently we have a few hacky video providers which technically aren't really video providers: * `scheduled` * `not_recorded` * `not_published` * `children` * `parent` I think most of them aren't...