You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
CollectionAssociation has a hard limit of 1000 items
def last?
@loaded || @internal_values.size >= 1000
end
It would be useful to make this limit configurable and/or optional for applications that need to cache the entire collection of items (e.g., contacts).