sergeykish

Results 10 comments of sergeykish

It should be simple to construct own list. Only crawlers access `robots.txt`. ``` $ tail -n +2 sergeykish.com_usage_* | grep robots.txt | cut -d, -f13 -s | sort -u |...

I do not think @domenic meant removal of XML API > Deprecate, and consider removing, XSLT > > The consensus last time we considered this was that xml and xslt...

@lostboy any problem with this pull request?

I do not push. There was a problem on my project, I've fixed it, shared results, I'm ok with fork. What I don't agree with is > ensuring that the...

That's a sketch, I'll make a cleanup

Disabled `:disable_timestamps` option

Returned back `:disable_timestamps`

@bjhaid I'm not sure how to deal with previous rails versions https://github.com/bjhaid/active_record_bulk_insert/blob/cfccf2584c8c0123701c167c59d25ed361beb949/lib/active_record_bulk_insert.rb#L43

@bjhaid got it! I've filled in https://github.com/bjhaid/active_record_bulk_insert/issues/12 and created spec

> Have you verified ... actually creates the records in the DB with the correct fields Sure, I already use code in production records = [ { :name => "Foo",...