Sha256: 6d8c95d52a5d27b12b32b23be321f2b8a02031d2ec64128ac201bd5ccf0847e6
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
en: mongoid: scroll: errors: messages: multiple_sort_fields: message: "Scrolling over a criteria with multiple fields is not supported." summary: "You're attempting to scroll over data with a sort order that includes multiple fields: %{sort}." resolution: "Simplify the sort order to a single field." invalid_cursor: message: "The cursor supplied is invalid." summary: "The cursor supplied is invalid: %{cursor}." resolution: "Cursors must be in the form 'value:tiebreak_id'." no_such_field: message: "Invalid field." summary: "The field supplied in the cursor does not exist: %{field}." resolution: "Has the model changed or are you not sorting the criteria by the right field." unsupported_field_type: message: "Unsupported field type." summary: "The type of the field '%{field}' is not supported: %{type}." resolution: "Please open a feature request in https://github.com/mongoid/mongoid-scroll."
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mongoid-scroll-0.3.7 | lib/config/locales/en.yml |
mongoid-scroll-0.3.6 | lib/config/locales/en.yml |
mongoid-scroll-0.3.5 | lib/config/locales/en.yml |