You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Neil Matatall 1f5740e65c
Use Rails tag API to build RSS feed for spoilers and polls (#20163)
* Use Rails tag API to build RSS feed for spoilers and polls

While the previous method did not contain a bug or a potential issue,
the tag API can be very resilient against future problems and reduces the
amount of manual management of the escape status of the content.

I've added tests to ensure that the formatting is broken and still
escapes control characters correctly.

* this seems cleaner and passes

* Incorporate feedback by moving the br to its own line and using the tag helper over the string constant for the br tag itself

* whoops, tag helper doesn't use a self-closing tag
2 years ago
..
config/initializers
controllers Revoke all authorized applications on password reset (#21325) 2 years ago
fabricators
features
fixtures
helpers Use Rails tag API to build RSS feed for spoilers and polls (#20163) 2 years ago
lib
mailers
models Fix 500 error when trying to migrate to an invalid address (#21462) 2 years ago
policies
presenters
requests
routing
serializers/activitypub
services Fix unbounded recursion in account discovery (#22025) 2 years ago
support Validate nodeinfo response by schema (#21395) 2 years ago
validators
views/statuses
workers
rails_helper.rb
spec_helper.rb