cognitiveflux
cognitiveflux
I've noticed that record sets of 100 load incredibly quick, but I agree and think it's best to allow the frequency to be defined as in your example so people...
Are you thinking of usage like the following?: ``` ruby async_remote_request do |response| bulk_update do response.body.each { |r| Model.create(r) } end end ``` If you're doing the bulk update after...
> @sxross: The code in DateParser was designed to handle the common cases, and absent something like the Chronic gem, adding a bunch of special case code seemed outside the...
I know that that Apple currently conforms to [UTS#35](http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Field_Symbol_Table), I'm just not familiar with how much the Date Field Symbols vary (e.g. when does 'yyyy' mean something else?). So on...
As much as I like the convenience option, when it comes to `datetime`, I think it can become the column type that keeps adding convenience options and taking development time...