mastodon/spec/controllers
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
..
admin
api Redirect to streaming_api_base_url (#3579) 2017-06-05 12:09:29 +02:00
auth
concerns
oauth
settings
well_known
about_controller_spec.rb
account_follow_controller_spec.rb Cover AccountFollowController more in spec (#3227) 2017-05-22 16:29:48 +02:00
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Cover AccountsController more in spec (#3229) 2017-05-23 02:53:01 +02:00
api_controller_spec.rb
application_controller_spec.rb Spec response for forgery (#3248) 2017-06-01 20:56:55 +02:00
authorize_follows_controller_spec.rb
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
home_controller_spec.rb Cover HomeController more (#3258) 2017-05-23 23:37:24 +02:00
media_controller_spec.rb
remote_follow_controller_spec.rb
statuses_controller_spec.rb
stream_entries_controller_spec.rb
tags_controller_spec.rb Cover TagsController more (#3306) 2017-05-25 16:07:38 +02:00