Michael Guidetti
Michael Guidetti
Hoping there's some movement on merging this soon as well. I need to wrap some text in a div with a class in a project I'm working on. Is there...
Ah, my mistake. I thought this helper was added in 6.0, but looks like it was a 6.1 addition. Will look for a 6.0 compatible solution
I extracted out rails 6.1's `email_address_with_name` helper here so that the gem can still be compatible with 6.0
I ran into this bug as well. Trying to use `fill_in` with the string "test" will throw the error specified above. However if I change the string to something else...