Commit Graph

7 Commits (e8294925e690642d931a3d8b674f0726546cb11a)

Author SHA1 Message Date
Claire d7e13e2483
Fix potential redirection loop of streaming endpoint () 2024-01-10 15:05:46 +00:00
Matt Jankowski 69d00e2721
Fix `RSpec/InstanceVariable` cop () 2023-11-08 15:42:30 +00:00
Matt Jankowski b06284c572
Fix `RSpec/HookArgument` cop () 2023-11-07 09:10:36 +00:00
Nick Schonning 0cfdd1a401
Enable Rubocop Style/StringConcatenation defaults () 2023-02-22 09:54:36 +09:00
Nick Schonning 81ad6c2e39
Autofix Rubocop Style/StringLiterals () 2023-02-19 07:38:14 +09:00
aus-social 1f98eae1cf Lint pass () 2018-10-04 12:36:53 +02:00
Daigo 3 Dango 2985d08951 Redirect to streaming_api_base_url ()
* 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