mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Tracks is a GTD™ web application, built with Ruby on Rails
https://www.getontracks.org/
![]() 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 |
||
---|---|---|
.github | ||
app | ||
bin | ||
config | ||
db | ||
doc | ||
lib | ||
log | ||
public | ||
script | ||
test | ||
test-envs | ||
vendor/assets | ||
.codeclimate.yml | ||
.dockerignore | ||
.gitignore | ||
.rubocop.yml | ||
.ruby-version | ||
.yardopts | ||
config.ru | ||
CONTRIBUTING.md | ||
COPYING | ||
docker-compose.yml | ||
docker-entrypoint.sh | ||
Dockerfile | ||
Dockerfile-2.6 | ||
Dockerfile-3.0 | ||
Gemfile | ||
Gemfile.lock | ||
mkdocs.yml | ||
Rakefile | ||
README.md | ||
SECURITY.md |
Tracks: a GTD™ compatible web application built with Ruby on Rails
About
- Project homepage: http://www.getontracks.org/
- Manual: http://www.getontracks.org/manual/
- Source at GitHub: https://github.com/TracksApp/tracks
- Hosted services: https://github.com/TracksApp/tracks/wiki/Hosted-Tracks
- Bug reports and feature requests: https://github.com/TracksApp/tracks/issues
- Mailing list: http://groups.google.com/group/TracksApp
- IRC channel: #tracks on Libera, available also on Matrix
- License: See COPYING
Full instructions for both new installations and upgrades from older installations of Tracks can be found in the wiki.
As always, make sure that you take sensible precautions and back up all your data frequently, taking particular care when you are upgrading.
Enjoy being productive!
Contributors and consulting
- Original developer: bsag (http://www.rousette.org.uk/)
- Principal maintainer: Jyri-Petteri ”ZeiP” Paloposki
(sponsored by Ardcoras oy, also available for paid consulting)
- If you want to support the maintainer's work, subscribe to the hosted version.
- Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
If you are thinking about contributing towards the development of Tracks, please read /CONTRIBUTING.md for general information. Also you can find some information on development, testing and contributing on the wiki.