Martin Sabo
Results
2
issues of
Martin Sabo
Would be nice if the localized assign did not fail on nil date input. E.g. object.localized({date_col: nil}) throws now: no implicit conversion of nil into String # /Users/work/.rvm/gems/ruby-2.5.8/gems/i18n_alchemy-0.3.1/lib/i18n_alchemy/date_parser.rb:9:in `_strptime'
Hello, according to docs the inactive param set to true should return both active and inactive entity records: ``` # retrieves all active or inactive employees qbo_api.all(:employees, inactive: true).each do...