Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
Reinier Balt eb26f4f7b9 fix error on end of each request at cleanup_application
declaring self.method caused rails to error

Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-30 19:49:18 +02:00
app fix error on end of each request at cleanup_application 2011-09-30 19:49:18 +02:00
config some smallfurther adjustments 2011-09-28 15:34:15 +02:00
db first cleanups of review feature 2011-09-28 13:58:46 +02:00
doc add two example scripts to add a todo or a project template with todos from the command line. Thanks Vitalie and Popsch! 2011-09-07 15:40:11 +02:00
features fix #742. The tests were already there for some time 2011-09-28 23:28:36 +02:00
lib fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin 2011-09-14 11:29:50 +02:00
log.tmpl Removed superfluous 'tracks' directory at the root of the repository. 2008-05-20 21:28:26 +01:00
public use select instead of iterating 2011-09-27 08:25:32 -04:00
script update tree with missing 2.3.11 files or files that were not updated 2011-05-31 19:30:35 +02:00
spec Prevent redefinition of factories 2011-09-07 16:06:02 +02:00
test add tests for adding multiple todos and multiple sequential todos 2011-09-14 16:29:30 +02:00
vendor fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin 2011-09-14 11:29:50 +02:00
.gitignore fix corner case that were failing the cucumber tests. On the calendar page at the end of the month, a todo may occur twice on the page. This was not taken into account for update an destroy 2011-04-30 17:57:36 +02:00
.gitmodules Included the tracks_manual repository as a git submodule within doc/manual. 2008-12-30 19:05:41 +00:00
Capfile Modified capfile to allow plugins 2009-04-01 04:00:38 +08:00
Gemfile fix Gemfile which go messed up by all the recent pulls 2011-09-28 10:46:51 +02:00
Gemfile.lock fix Gemfile which go messed up by all the recent pulls 2011-09-28 10:46:51 +02:00
Rakefile Switch to requiring 'rake/rdoctask' 2011-08-19 21:34:56 -05:00
README correct small errors in docs 2011-08-02 11:01:50 +02:00

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

**IMPORTANT: Tracks is moving to a GitHub Organization to make it easier to continue administering the project. Development will soon cease at bsag/tracks and move to TracksApp/tracks. If you are currently pulling from bsag/tracks, please pull from TracksApp instead.**

`git clone git://github.com/TracksApp/tracks.git`

**The new home for Tracks is https://github.com/TracksApp/tracks**

* Project homepage: http://getontracks.org/
* Manual: http://TracksApp.github.com/tracks/
* 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: 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.1devel
* Copyright: (cc) 2004-2011 rousette.org.uk.
* License:  GNU GPL

All the documentation for Tracks can be found within the /doc directory and at http://bsag.github.com/tracks/
The latter 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, or /doc/tracks_api_wrapper.rb for information on Tracks' API. Also you can find some information on development 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!