mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
When the application is exposed via proxy, i.e. client visible host (e.g. example.org:443) is different than Ruby server (e.g. localhost:3000), autocompletion does not work since the generated URLs refer to the internal hostname. The AJAX is constructed with root_url and that can be modified with default_url_options. So the simple fix just allows specifying customized default_url_options. Fixes: #1416 |
||
|---|---|---|
| .. | ||
| environments | ||
| initializers | ||
| locales | ||
| application.rb | ||
| boot.rb | ||
| cable.yml | ||
| database.docker.yml | ||
| database.yml.tmpl | ||
| environment.rb | ||
| i18n-tasks.yml | ||
| puma.rb | ||
| routes.rb | ||
| secrets.yml | ||
| site.docker.yml | ||
| site.yml.tmpl | ||
| spring.rb | ||
| storage.yml | ||