Gerhard Schlager
Gerhard Schlager
I already [mentioned this on the Ruby-Talk mailing list](https://ruby-talk.trydiscourse.com/t/mailing-list-mirror-powered-by-discourse/74406/29): The [mailman page](https://lists.ruby-lang.org/cgi-bin/mailman/listinfo/ruby-talk) is still pointing to the outdated Ruby-Forum. I wonder if it would make sense to link to the...
* REFACTOR: All kinds of permalinks should return relative URLs Mixing relative and absolute URLs is unnecessary and confusing. * FIX: Permalinks with external URL didn't work with subfolders *...
By default, `Oj.dump` outputs JSON that can't be read by `Oj::Parser.usual`. For example, with the default settings, hashes with symbol keys and classes aren't parsed correctly. ### Hashes ```ruby json...
* Updates GitHub Actions * Switches from `bundler/inline` to an optional group in the `Gemfile` because the previous solution didn't work well with rspec * Adds the converter framework and...
I wanted to build chruby in my Fedora COPR at https://copr.fedorainfracloud.org/coprs/gschlager/ruby/ and noticed that it didn't work anymore. I had to make changes to `rpm/chruby.spec` and delete `rpm/sources` to make...