Felix Wolfsteller

Results 120 comments of Felix Wolfsteller

I believe that I got it running by adding the "[5.2]" to the migrations (e.g. `... < ActiveRecord::Migration[5.2]`). Didnt do much tests, though.

🤦 Seems that enabling the colors via ```ruby # rails_helper.rb SuperDiff.configure do |config| config.color_enabled = true end ``` solves the issue. Still strange that without parallel rspec this setting was...

I think https://github.com/svenfuchs/routing-filter/pull/86 would fix this.

Is there an equivalent of - "The person by the name '%{name}' invited you to join FetLife." - "You have been invited by the person with the name ... to...

I find the proposed addition very valuable. Was also exactly the information I was searching for (ended up reading the code, not the documentation).

Would you accept a PR with that change (in the readme)?

Ouh, this looks kinda bad...

Problem seemed to be a redcarpet dependency. I had redcarpet 3.5 which apparently is only compatible with emd 0.1 . I propose: - check and relax the redcarpet dependency in...

Again summarized: The fixes in 0.5.0 (#13) work for me, but `bundle` and `bundle update` did not fetch it.

If this would to be merged, the README needs modification (now in order to override the redcarpet options, the initializer will look different (better).