Jason Lunn
Jason Lunn
How many open issues are there in total impacting Rails 5.x support? I can think of: 5.2: #477 #489 5.1+: #452 5.0+: #478 #467 Have I missed any?
@thiagopradi - what's the state of your efforts? Is there anything that can be done to help?
I don't think any one wants to take on any of the above without hearing from @thiagopradi first so as not to create redundant effort.
I'd have no objection to any approach that didn't break JRuby support.
I don't have a strong preference about whether or not it is in one package or many (as I'm used to on CentOS) but right now there is now way...
I'm a homebrew user, not a homebrew developer, and have never built a formula from source before. Is it trivial?
Would it be possible to get a release based off of master? In particular, the `map logger levels 1-to-1` feature would really be helpful.
I tried to drop a locally built 1.2 gem into a fresh proof-of-concept app but I got the error below: ``` SEVERE: javax.servlet.ServletContext log: error app failed to handle exception:...
What's your process for debugging this gem? I would take a stab at producing a backport of logger-level mapping, but I don't know of a way to attach a ruby...
Thanks, @tisonkun. Is the new test passing for you locally? It is failing in CI. The JRuby changes fail with `NameError: bad constant name 860` with stack trace: ``` add_serialized_file...