Felix Wolfsteller
Felix Wolfsteller
According to https://rubygems.org/gems/documentation the latest released version is 1.0.9 which does not include the fix on rails version boundary check (https://github.com/adamcooke/documentation/commit/656d021ff47ae28f68c7482712b26cda5a15ca49). Could you release a new version? ``` Fetching gem...
We use [parallel_tests](https://github.com/grosser/parallel_tests) with rspec and rails. Once `super_diff/rspec` is required, most colors are stripped from the output. :( When uncommenting `Core::Formatters::ConsoleCodes` (in monkey_patches.rb), the color comes back (but is...
Hi Probably related to https://github.com/svenfuchs/rails-i18n/issues/885 and https://github.com/svenfuchs/rails-i18n/issues/825 , in German you'd apply different cases for ``` Age: 3 hours Alter: 3 Stunde ``` and ``` Created 3 hours ago Vor...
artweb-design.de does not exist anymore (at least not in this form, on the web).
In Rails6 the signature for TemplateHandlers apparently changed. `#call` now requires two arguments (`template` and `source`). I will PR an easy fix, but do not know how to keep backwards...
Redcarpet comes with a [TOC-renderer](https://github.com/vmg/redcarpet#darling-i-packed-you-a-couple-renderers-for-lunch). I'd like to use that one and drafted a pretty rough implementation in [my fork](https://github.com/econya/emd/blob/5_ADD-TOC-RENDERING/config/initializers/markdown_toc_template_handler.rb). It is already usable like the following: Copy (better: symlink)...
Extract options and renderer initialization. This allows users to easier override just the redcarpet options (#5 ) and possible future implementations of using other renderers (#6). This is a minor...
I just stumbled around https://www.lugolabs.com/articles/render-markdown-views-with-redcarpet-and-pygment-in-rails . I like the class setup (`#erb` with memoization, `#markdown`, `#render` and `#call`, but imho should add `#redcarpet_options`) and he or she is adding caching...
As an admin I would like to get the shares of all users or of a specific user without having to authenticate as that user. I dont know if the...
Probably the inverse of #2 It would be great if the numbering the in the TOC List (1.0.0 ... 1.2.1.0 ...) could be deactivated with a config variable.