mastodon/spec
Daigo 3 Dango 2985d08951 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
2017-06-05 12:09:29 +02:00
..
controllers Redirect to streaming_api_base_url (#3579) 2017-06-05 12:09:29 +02:00
fabricators
features
fixtures
helpers
javascript
lib Fix randomly fail (regression from #3560) (#3580) 2017-06-05 10:03:36 +02:00
mailers
models Added support for configurable reserved usernames (fix of #1382) (#3566) 2017-06-05 01:03:45 +02:00
policies
presenters
requests
routing
services Don't follow account if it's already followed (#3575) 2017-06-05 03:24:18 +02:00
support
views
workers
rails_helper.rb
spec_helper.rb