diaspora_federation/spec
Benjamin Neff 85e12cea93
Only parse each nested element name once
A child elements should only appear once or it is part of a
nested array (photos, poll answers). So each element name only needs to
be parsed once, because the way `parse_array_from_node` works is, that
it already parses the full array with one call, so calling it multiple
times again parses the full array a second time.

closes #118
2021-10-24 19:57:48 +02:00
..
controllers/diaspora_federation Bump rails 2018-06-17 03:09:36 +02:00
integration Don't check parent_author_signature for relayables 2017-06-02 01:12:00 +02:00
lib Only parse each nested element name once 2021-10-24 19:57:48 +02:00
routing Allow fetching of posts with dot in the GUID 2018-10-05 00:57:11 +02:00
support Add "embed" entity 2018-10-05 20:26:23 +02:00
entities.rb Fix when booleans in relayables are false 2017-11-05 01:12:19 +01:00
factories.rb Remove active_record and save models in-memory 2017-04-05 00:36:52 +02:00
spec_helper.rb Make rspec work without rails dependency 2017-04-05 02:02:04 +02:00