Joe Atzberger
Joe Atzberger
@jcoyne: there really isn't a comparably simple ActiveRecord equivalent, though, right? You can't just declare `has_many ActiveRecord::Base` and then expect to backfill polymorphic associations to anything later, right? There are...
Strongly agree. That's what the `!` should mean.
`ActiveFedora::LoadableFromJson` actually contains 4 classes (in addition to its own `extend ActiveSupport::Concern`): - `ActiveFedora::LoadableFromJson::SolrBackedMetadataFile` - `ActiveFedora::LoadableFromJson::SolrBackedResource` - `ActiveFedora::LoadableFromJson::SolrBackedResource::FakeQuery` - `ActiveFedora::LoadableFromJson::SolrBackedResource::FakeQuery::FakeStatement` Do we need to deprecate each of those in their...
@awoods, @ajs6f: can we get an update on this issue?
The ActiveModel logic is that the id is not authoritative unless the object has been persisted, right? Which makes sense, for ActiveRecord. Out situation is more complicated: - if we...
Did this ever happen?
@tpendragon closable?
Still true today.
In `ActiveRecord`'s case, the a public `find` method only accepts `a specific id (1), a list of ids (1, 5, 6), or an array of ids ([5, 6, 10])`. Our...
@cbeer: I already did that for the branch that I care about currently, but I found the problem extends to many branches. Would it be too weird to build a...