Krzysztof Sakwerda

Results 10 comments of Krzysztof Sakwerda

I have the same. I reinstalled the workflow, but it did not help. I then tried to do what @chrismetcalf suggested. This allowed me to login, but it still hangs...

Oh very interesting, now that I've run the script manually it works again

@pape-io I'd say symbols make more sense. We could do `with_indifferent_access` if we really want to, but I think this can be done by the consumer.

@pape-io yes, it's pretty clear that `all` and `to_a` are not equivalent, and if you use `all` you need to know what you are doing. It's especially useful for prototyping...

btw. this is exactly how I stumbled upon this one => I played around...

The issue does not seem to be fixed. Upgrading from 4.2 to 4.8.1 still adds over 100MiB per pod which steadily increases.

@rochdev yes, the memory usage still goes up with the `fetch` plugin disabled. It's a slower but still a noticeable increase in memory usage

I ended up with quite ugly workaround. I defined: `redactor_controller?` method in my ApplicationController returning true for redactor controllers (it was simple checking if controller is in the redactor namespace)....

You're welcome. That's true. I guess point is that not everyone is using CanCan ;)