Fernando Luizão
Fernando Luizão
Hi, Any news on this? If you point me the direction I can work in a PR.
You can do something like: ``` Delocalize::Parsers::DateTime::REGEXPS.merge!("%l"=> "YOUR REGEX HERE") ``` I think you can send a pull request, so we can integrate. Maybe it would be useful to add...
@jasonperrone I'm not familiar with date_field, but I think it doesn't allow you to change the input format. Am I wrong?
Although chrome displays a date picker, the HTML5 specifications does not mention anything about displaying a calendar... it would be nice if we could rely on this. I'm using delocalize...
For the views, if you are using a FormBuilder like simple_form or formtastic, you can create a custom input to automatic format the value. This way, you don't need to...
I think you need to use *_in and *_blank, and then [merge](https://github.com/activerecord-hackery/ransack/wiki/Merging-Searches) the two together. Or you can use [grouping](https://github.com/activerecord-hackery/ransack#grouping-queries-by-or-instead-of-and) It would be nice if we have *_in_or_blank :smile:
Which kind of error should we throw? Some kind of schema error?
This should be a great addition. I was wondering if it would be possible to serialize the data used in the [views](https://github.com/smartinez87/exception_notification/tree/master/lib/exception_notifier/views/exception_notifier). I'm not familiar with the source code, but...
I was thinking if would be possible to add some kind of circuit breaker when lag is greater than something... For instance, if lag is more than threshold, blacklist the...