chinwagsocial/app/views/accounts
Eugen 6d6a429af8 Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124)
* Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder

StreamEntry is now limited to only statuses, which allows some optimization. Removed
extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper
used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer
and PubSubHubbub::DistributionWorker

PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker
instead.

All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri

* All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account
2017-04-07 05:56:56 +02:00
..
_grid_card.html.haml simplify emojification on public pages with .emojify class 2017-01-09 22:41:47 -05:00
_header.html.haml Fix some views still not using counter caches 2017-03-31 14:02:07 +02:00
_nothing_here.html.haml Localizations for most server-side strings 2016-11-16 00:55:33 +01:00
followers.html.haml Localizations for most server-side strings 2016-11-16 00:55:33 +01:00
following.html.haml Localizations for most server-side strings 2016-11-16 00:55:33 +01:00
show.activitystreams2.rabl Add AS2 format to RABL files 2017-02-06 17:00:55 -08:00
show.html.haml Fix public profile pagination links 2017-03-25 19:16:17 +01:00