rubyistinwv

Results 7 comments of rubyistinwv

Try using form_with as form_for and form_tag are soft-deprecated.

This is also fixed by the [utf8-cleaner](https://github.com/singlebrook/utf8-cleaner) gem.

That would explain why there is no problem on legacy apps that use sqlite. I edited the issue to reflect that using mysql in development seems to be part of...

Thank you for looking in to this. I am able to recreate this error on a new rails 7.2.1 app using MACOS 10.15 Catalina. Here are the steps I used:...

Oh I see. It's operator error (meaning me). Thanks for pointing out one of the finer points of using mysql in development.

Changing the behavior of collapsing the white space has broken hundreds of tests. We'll have to stick with 2.2.0.

The solution was to rename email.py to some other name to avoid conflict with python module named email, or to execute the certbot command in another directory. Both solutions worked.