Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
2014-03-30 21:49:12 -04:00
app Further improve time comparison in Project model 2014-03-30 21:49:12 -04:00
config update Tolk to github master for rails 4 support. It currently needs protected_attributes 2014-02-09 14:39:36 +01:00
db add recent schema.rb 2014-03-04 17:08:22 +01:00
doc Fix a typo in the upgrade doc 2014-02-04 23:45:08 -05:00
features fix regressions 2014-01-11 14:33:14 +01:00
lib Add rake task to check for deprecated password hashes 2014-03-30 15:02:41 -04:00
log update gitignore rules to match rails 3.2.8 defaults 2012-09-27 10:37:36 -04:00
public add favicon to public for clients that do not follow the url in the page headers but go 2013-09-05 10:41:31 +02:00
script Remove obsolete scripts from Rails <3.0 and RSpec 2013-01-28 17:11:59 -05:00
test fix failing tests 2014-02-23 14:03:57 +01:00
vendor/assets update configs for rails 4 2013-05-11 23:12:20 +02:00
.gitignore modified gitignore 2013-07-14 20:56:35 -04:00
.travis.yml force travis to use recent bundler to support ruby 2.1 2014-01-03 14:49:25 +01:00
.yardopts Yardoc - show private and protected methods in api doc 2011-10-24 21:40:18 +02:00
config.ru update config.ru and Rakefile to default rails 4 2013-05-13 12:11:17 +02:00
COPYING Add GPLv2 license text 2013-01-26 12:59:25 -05:00
Gemfile restore reset_password rake task 2014-02-09 14:56:05 +01:00
Gemfile.lock update gems including rails 2014-03-02 14:20:21 +01:00
Rakefile update config.ru and Rakefile to default rails 4 2013-05-13 12:11:17 +02:00
README.md Move badges below meta in README 2013-03-02 00:13:44 +02:00

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

Copyright (C) 2004-2013 rousette.org.uk

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Build Status Code Climate

Full instructions for both new installations and upgrades from older installations of Tracks can be found within the /doc directory.

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!

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.