Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information