Martin Markech
Martin Markech
Hi We have implemented Plyr to our project, but have also found, that Plyr by default do not support multiple qualities for HLS. We needed it, so we tried to...
Hi @ThomasCantonnet Many thanks for sharing your code! I did the parsing in Ruby, now I can rewrite the app to do it with hls.js
I was using debian jessie and had issues with compiling sassc 2.1.0 / 2.2.0 (raspberry pi arch). The problem was old gcc version (4.9.2). Changing docker image to debian strech...
Hi @krisquigley You can check this commit, where is implemented support for Refinery 4.0.3 https://github.com/Matho/refinerycms-news/commit/cc4f54777081e2b973f454a4e27cc4b7b89d85e8
Hi @mpoli The log says, that you try to use ruby-2.6.5 on heroku-20 stack (which is default now), but that version of Ruby is not supported on heroku-20. It suggest...
Hi @Supaiku I think your problem is, that you are trying to use Rails 5.1.7 with Ruby 3.0 Rails 5.1.7 is old. If you are starting new project, you can...
@Supaiku Rails 5.1.7 is not compatible with Ruby 3.0. So, if you are running Rbenv/Rvmrc, try to downgrade Ruby version to < 2.7 for your project and it should work....
@ttmthanh Hi. Which version of Refinery you are using? Do you use the version from master branch? Is it possible to share the whole project with me?
@ttmthanh Currently, the master branch doesnt support Ruby 3.0 The last supported Ruby for this project is 2.6.X If you want to run on Ruby 3+, you can chcek this...
Hi @ycrepeau I have prepared my notes, how to be able start fresh Refinery CMS project via Ruby 2.7.3 or 3.0.2 and Ruby on Rails v6.1.4 Do not consider this...