Fernando Luizão

Results 5 issues of Fernando Luizão

I18n::Alchemy::DateParser.parse("07/07/2015") => "2015-07-07" From I18n::Alchemy::DateParser#parse, we have: build_object(parsed_date).to_s Why we need to convert the date back to string? I think it's better just return the Date object. ActiveRecord will not...

Hi, I'm using v1.2.1, and trying to monkey patch to always use without_count, but no success. I was trying something like this in an initializer: ``` Kaminari::ActiveRecordRelationMethods.extend(Kaminari::PaginatableWithoutCount) ``` But it...

Request: ``` /some_controller?limit=10&page=1 ``` Error: ``` undefined method `each_pair' for "1":String Did you mean? each_char ``` The error comes from here: ``` # graphiti/query.rb def pagination @pagination ||= begin {}.tap...

Hi, The library offers some kind of flushing? SerialPort provides flush_input and flush_output, I'm considering migrate to rubyserial. How do you handle this situations? Are they of little use? Thanks

$(document).on("ready") was removed, using $(fn) instead. This change is backwards compatible with jQuery.