Jonas Grau
Jonas Grau
Cool! Yes I’ll give it a shot. :)
Hi @AaronLasseigne. It was really cool to see the 5.0 upgrade. I have this piece of code in a superclass that all my interactions inherit from: ``` # We want...
> I'm wondering about how this should work for hashes. Should it only be the first level of inputs or should it dive deep into hashes and check those too?...
I am looking at the memory used when requiring the different gems in my Gemfile. I also use valvat only for syntax validation - not actually checking against the webservice...
Oh yes. That's perfect. Even better than my solution.
IMO it's fully resolved. Thanks!
@edzhelyov It's true that the gem is still required but if you `"gem 'valvat', :require => 'valvat/local'".` in the Gemfile then it's never loaded and should take up memory. I...
It's not currently possible but it shouldn't be too hard to add support for it. A PR is more than welcome. I am currently having the same issue where `remote_ip`...
Hi @UnquietCode. Thanks for describing the issue. I realize this is super old but as I've recently tasked myself with maintaining the project I would love to get this resolved....
Can you explain a bit more what you mean about a rollback?