mastodon/app/models
Eugen Rochko dc8a6244fc Fix #2619 - When redis feed is empty, fall back to database (#3721)
* Fix #2619 - When redis feed is empty, fall back to database

* Use redis value to return feed from database only while RegenerationWorker
hasn't finished running

* Fix specs

* Replace usage of reject!
2017-06-14 13:37:03 +02:00
..
concerns
form
web
account.rb
account_domain_block.rb
account_filter.rb
application_record.rb
block.rb
conversation.rb Conditional validations no longer accept strings for if/unless (#3124) 2017-05-19 03:11:23 +02:00
conversation_mute.rb
domain_block.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
export.rb
favourite.rb
feed.rb
follow.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
follow_request.rb
import.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
instance.rb
media_attachment.rb
mention.rb
mute.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
notification.rb Update Rails to version 5.1.1 (#3121) 2017-06-01 20:53:37 +02:00
preview_card.rb Fetch remote image using http.rb (#3114) 2017-05-18 15:43:10 +02:00
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb Admin reports with accounts (#2092) 2017-04-18 19:36:18 +02:00
setting.rb
status.rb
stream_entry.rb Cover AccountsController more in spec (#3229) 2017-05-23 02:53:01 +02:00
subscription.rb
tag.rb Fix tag search order and not to use tsvector (#3611) 2017-06-06 16:07:06 +02:00
user.rb
web.rb