]> cat aescling's git repositories - mastodon.git/commit
Redirect to streaming_api_base_url (#3579)
authorDaigo 3 Dango <zunda@users.noreply.github.com>
Mon, 5 Jun 2017 10:09:29 +0000 (10:09 +0000)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 5 Jun 2017 10:09:29 +0000 (12:09 +0200)
commit2985d089517a4f83af1cff264d926955f74da2fd
tree8f07b8367dde89cb1441bd1774af8ce455a50330
parent66ca7157db9c9ea24fd18a624a1a642c9f7a419a
Redirect to streaming_api_base_url (#3579)

* Redirect to streaming_api_base_url

When Rails receives a request to streaming API, it most likely
means that there is another host which is configured to respond
to it. This is to redirect clients to that host if
`STREAMING_API_BASE_URL` is set as another host.

* Use the new Ruby 1.9 hash syntax
app/controllers/api/v1/streaming_controller.rb [new file with mode: 0644]
config/routes.rb
spec/controllers/api/v1/streaming_controller_spec.rb [new file with mode: 0644]