Kasper Timm Hansen
Kasper Timm Hansen
Hey, I do want to get this or something like it in for Rails 6.1, it just keeps falling backwards because it's a tricky issue
It was fixed minutes ago: https://github.com/rails/coffee-rails/commit/b3d64eb497db07346748a0504e353741b621bc23#diff-f84830974ae1c830a380311e98357d07R19 Please try 4.2.1 😁
@henggana oh sorry, your original comment looks like it's referring to something else. I'd reopen but Rafael already did 😁
> Yes-ish. I was looking at that as a possibility, but what I really want is a way to replace the default locator rather than having to specify with `use`....
@jeremy sure that could work for the singular case and we could have a `model_class.locate_many_global_ids` for the locate many case.
> If I receive a GlobalID that translates to gid://my_app/Model/1 instead of gid://my_sequel_app/Model/1 I was assuming you had only one app, but true this is a different case. I'm curious,...
I'm fine with adding this plugin. Though it should be said `rails test`'s support for other plugins could stand to improve: https://github.com/rails/rails/pull/25055. I.e. you shouldn't have to muck with the...
Sounds good to me, yeah 👍
Hmm, on second thought. Why is it expected, we want to default `document_root_element` to and not actual? Also unsure if having an `*_equal` assertion without 2 args would read. Consider:...