]> cat aescling's git repositories - mastodon.git/commit
Live timelines using ActionCable
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 18 Aug 2016 13:49:51 +0000 (15:49 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 18 Aug 2016 13:49:51 +0000 (15:49 +0200)
commit6deb9f966eb9a280cc16428ba9324ffc15ea60a8
treeec3574856544cad4766a6bb93905089d8086db0a
parent10ba09f5466fe3d34a5ed78202c35f4e4f9d30e6
Live timelines using ActionCable
24 files changed:
Gemfile
Gemfile.lock
app/assets/javascripts/api/accounts.coffee [deleted file]
app/assets/javascripts/api/accounts/lookup.coffee [deleted file]
app/assets/javascripts/api/follows.coffee [deleted file]
app/assets/javascripts/api/statuses.coffee [deleted file]
app/assets/javascripts/application.js
app/assets/javascripts/cable.js [new file with mode: 0644]
app/assets/javascripts/channels/timeline.js [new file with mode: 0644]
app/assets/javascripts/oauth/applications.coffee [deleted file]
app/assets/javascripts/profiler.coffee [deleted file]
app/assets/javascripts/settings.coffee [deleted file]
app/assets/javascripts/statuses.coffee [deleted file]
app/channels/application_cable/channel.rb [new file with mode: 0644]
app/channels/application_cable/connection.rb [new file with mode: 0644]
app/channels/timeline_channel.rb [new file with mode: 0644]
app/controllers/application_controller.rb
app/services/fan_out_on_write_service.rb
app/services/precompute_feed_service.rb
config/cable.yml
config/environments/development.rb
config/initializers/assets.rb
config/initializers/rack-mini-profiler.rb
config/routes.rb