Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
2012-08-14 19:33:54 -05:00
app fix #1323 so Tracks works with rails 3.2.8. Update all dependencies 2012-08-11 23:54:05 +02:00
config add tolk to Tracks for easy management of translations. Limited to development 2012-07-18 14:58:24 +02:00
db add tolk to Tracks for easy management of translations. Limited to development 2012-07-18 14:58:24 +02:00
doc Work in progress: has_many_polymorphs does not work with rails 3.2 because of intrusive changes in rails internals. I think we need to rip out this dependency... 2012-04-30 13:56:34 +02:00
features force english prefered language in firefox test profile 2012-07-22 10:45:02 +02:00
lib refactorings for recurring todo model 2012-07-13 00:31:11 +02:00
log.tmpl Removed superfluous 'tracks' directory at the root of the repository. 2008-05-20 21:28:26 +01:00
public add swf to asset pipeline. Fixes #1311 2012-07-16 17:38:44 +02:00
script initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
test fix #1314. Fixed security issue too 2012-07-18 12:26:46 +02:00
vendor fix #1288. Drag and drop should work on touch screens. Also upgrade jquery-ui 2012-07-13 01:53:30 +02:00
.gitignore ignore files with a .db suffix 2012-08-14 19:33:54 -05:00
.gitignore.rails2 initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
.yardopts Yardoc - show private and protected methods in api doc 2011-10-24 21:40:18 +02:00
Capfile Modified capfile to allow plugins 2009-04-01 04:00:38 +08:00
config.ru initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
Gemfile add tolk to Tracks for easy management of translations. Limited to development 2012-07-18 14:58:24 +02:00
Gemfile.lock fix #1323 so Tracks works with rails 3.2.8. Update all dependencies 2012-08-11 23:54:05 +02:00
Rakefile initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
README update docs and default database from changes in 2.1 tree 2012-04-19 00:35:46 +02:00

# Tracks: a GTD(TM) web application, built with Ruby on Rails

* Project homepage: http://getontracks.org/
* Manual: http://getontracks.org/manual/
* Source at GitHub: http://github.com/TracksApp/tracks/
* Assembla space (for bug reports and feature requests): http://www.assembla.com/spaces/tracks-tickets/tickets
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
* Forum (read-only): http://getontracks.org/forums/
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
* Version: 2.2devel
* Copyright: (cc) 2004-2012 rousette.org.uk.
* License:  GNU GPL

More documentation for Tracks can be found within the /doc directory

The manual includes full instructions for both new installations and upgrades
from older installations of Tracks.

The instructions might appear long and intimidatingly complex, but that is
mostly because of the number of different platforms supported, and the
different configurations which can be used (e.g. running Tracks on your local
computer or on a remote server). If you choose the appropriate section for your
situation (installation vs. upgrade), and use the easiest (recommended) method,
you should find the instructions easy to follow. If you encounter problems, try
searching the wiki, forum or mailing list (URLs above), and ask a question if
you cannot find a solution to your problem.

The wiki has a lot of user contributed installation HOWTOs for various webhosts, specific OS's and more.

If you are thinking about contributing towards the development of Tracks,
please read /doc/README_DEVELOPERS for general information. Also you can find
some information on development, testing and contributing on the wiki.

While fully usable for everyday use, Tracks is still a work in progress. Make
sure that you take sensible precautions and back up all your data frequently,
taking particular care when you are upgrading.

Enjoy being productive!