Arian Faurtosh

Results 19 comments of Arian Faurtosh

I also would like a demo before downloading...

I noticed something similar to this. When I had duplicate results within my query, the `total_count` would calculation would early exit. This seemed to be because of this: https://github.com/kaminari/kaminari/blob/325fc07666101fcad8deeab04e819171cd30cd91/kaminari-activerecord/lib/kaminari/activerecord/active_record_relation_methods.rb#L24-L25 Which...

@PatrickTulskie any chance of getting this reviewed?

@quirkey any updates on making this Resque 2.0 compatible?

This is because if the type is not a recognized primitive, it defaults to Object, and coercing an object to an object will always work. But I feel like if...

@celesteking you should check out https://github.com/AaronLasseigne/active_interaction It’s a much better implementation

What gem is everyone else using if not this one?

I think this is how you can convert `"\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFC\x18"` to a negative number: Note, I'm not sure if this is the best way to convert it ```ruby mtime_string = "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFC\x18"...

Totally understood, I already plan on migrating this legacy code of ours to [`minitar`](https://github.com/halostatue/minitar). However, as I'm sure you are already aware, this class is the top suggested for untar'ing...