Jason Schweier
Jason Schweier
Apparently, an unreported [breaking change](https://github.com/rails/rails/issues/37620) was made to Mime parsing. Since `6.0.3.2`, it still prints the stack trace to the logs but responds with a 406: ``` ➜ curl -I...
So this is behaving weird for me. I can easily replicate the error in the UI. But when I try to write a test, it never crashes. Stepping through the...
@cyrilgdn Ahh. The README mentioned a `tests/env.sh` but I see its contents were moved around now. Thanks!
OK, I got the acceptance tests running now. I'm realizing pulling the tables / table-level privileges information from the database is trickier than I thought. I may need a couple...
Hey @cyrilgdn I finally got an Acceptance test working. It turns out when they fail, it may indicate something is wrong 😄 A couple design issues that came up: 1....
It would also be nice if something could audit [rubygems](https://github.com/rubygems/rubygems) which I know is not in the lock file.
I have also been using `4.41.0 (190950)` for a couple days now without this issue reoccurring 🤞