Jason Perrone
Jason Perrone
Thanks, Clemens. Well, pretty quickly after 4.2 we'll be upgrading to 5.x. So, I'd be right back in this boat again. Correct me if I'm wrong, but the 0.4.0 version...
Here's where I am going with this... so in 0.4.0 it looks like it tried to delocalize every input field. You didn't have to put a marker or a class...
I've spent hours re-engineering my app for the new delocalize version, but it seems to me that Rails' date_field form helper renders this whole gem unnecessary.
What I said was a tad misleading. It's really input type="date" and then HTML5's new date field functionality taking over, which does appear to do all the transformation stuff. Problem...
Understood :) I wrote a simple method in my ApplicationController that automatically delocalizes all permitted parameters with keys of /^date$|_date$|^date_/ so as long as my developers keep to our naming...
Thanks, Fernand!
That sounds like that would cut down on a lot of the warnings. Thanks, Justin.
This is going to be awesome, can't wait. Question. Will it also work with direct uploads? Those are handled entirely in JS, right? Will it be affected by the new...
Yeah I don't get. It's like a 5 character code change.
Thanks @dansimau . I will try that too but it really should allow root with no password.