You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
controllers Redirect to streaming_api_base_url (#3579) 8 years ago
fabricators Remove redundant code in AtomSerializer and spec (#3528) 8 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures A minor change for ProviderDiscovery and spec (#3543) 8 years ago
helpers Hold value of I18n.locale with ApplicationHelperSpec (#3474) 8 years ago
javascript Improve tests for JavaScript (#3496) 8 years ago
lib Fix randomly fail (regression from #3560) (#3580) 8 years ago
mailers
models Added support for configurable reserved usernames (fix of #1382) (#3566) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Use around hook to restore context in InstancePresenter spec (#3430) 8 years ago
requests
routing Spec coverage and refactor for the api/v1/accounts controllers (#3451) 8 years ago
services Don't follow account if it's already followed (#3575) 8 years ago
support Spec ScopedSettings (#3559) 8 years ago
views Update rails to version 5.0.3 (#3054) 8 years ago
workers Specs for cleanup workers (#3235) 8 years ago
rails_helper.rb
spec_helper.rb