Brian Hempel

Results 45 comments of Brian Hempel

(Fun fact: (OCaml-based) Camlboot interpreting Camlboot interpreting "hello world" takes ~15-20 minutes, dashing my hopes of dog-fooding this project. All of that time appears to be the interpreter interpreting itself...

Great, thanks! > Let us know if there are things to document/cleanup/improve in this direction. I can't say I understood all the mess of wraps surrounding prims etc, and I...

Is making a change "on the radar"? Considering you're the first to ask for it, probably not yet, though third-party PRs are always welcome of course. But: 1. Do you...

The relevant code in this gem is here: https://github.com/brianhempel/active_record_union/blob/master/lib/active_record_union/active_record/relation/union.rb#L50-L54 So see what `not_my_free_areas.includes_values` is and what `all_my_areas.includes_values` is and that should give you a clue to what's going on.

@c80609a did you gain any more information about what's going on in your app?

Can you provide more detailed information?

@oyeanuj Can you quick open a separate issue for that? The problem that spawned this particular thread is unclear.

I'm not familiar with `sinatra-activerecord`, but it might work if the Sinatra version is just regular ActiveRecord. The `ActiveRecord::Relation::Union` module in this gem just needs to be mixed into `ActiveRecord::Relation`.

I'm just going to add a note to the README since I can't say affirmatively which combos work and don't work. > ActiveRecordUnion is tested against Rails 4.2 and Rails...

Oh, that looks like a real bug. Thanks for the detailed report.