mastodon/app
David Yip 8410d33b49 Only cache the regex text, not the regex itself.
It is possible to cache a Regexp object, but I'm not sure what happens
if e.g. that object remains in cache across two different Ruby versions.
Caching a string seems to raise fewer questions.
2017-10-23 19:31:59 -05:00
..
controllers Use current_account from ApplicationController. 2017-10-22 01:02:52 -05:00
helpers
javascript
lib keyword mutes: also check spoiler (CW) text and reblogged statuses. 2017-10-22 00:38:53 -05:00
mailers
models Only cache the regex text, not the regex itself. 2017-10-23 19:31:59 -05:00
policies
presenters
serializers
services
validators
views Address unused translation errors. 2017-10-22 01:05:56 -05:00
workers