Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
Matt Rogers 25339ebc73 Merge pull request #2041 from TracksApp/case-insensitive-tag-searching
Use Arel to generate case insensitve tag searches
2016-08-26 21:23:45 -05:00
app Use Arel to generate case insensitve tag searches 2016-08-25 23:10:40 -05:00
bin Add Spring and spring-aware binstubs 2014-05-16 12:21:40 -04:00
config Version 2.3.0 2015-06-17 20:43:05 -04:00
db Merge pull request #216 from TracksApp/update-db-schema 2014-06-10 15:49:13 -04:00
doc Merge pull request #1770 from GregSutcliffe/backport-groups 2015-08-07 19:58:07 -04:00
features Merge pull request #1885 from C-Otto/tracks-1789 2015-08-07 20:08:18 -04:00
lib fix #1462 2014-07-01 22:38:23 +02:00
log update gitignore rules to match rails 3.2.8 defaults 2012-09-27 10:37:36 -04:00
public Sync boilerplate with Rails 4.1.4 2014-07-07 21:25:24 -04:00
test fix test 2015-12-13 16:12:55 +01:00
vendor/assets Route JQuery UI images through asset pipeline 2014-07-03 22:53:14 -04:00
.gitignore Sync boilerplate with Rails 4.1.4 2014-07-07 21:25:24 -04:00
.travis.yml Enable IRC notifications for Travis 2014-09-14 15:05:28 -04:00
.yardopts Yardoc - show private and protected methods in api doc 2011-10-24 21:40:18 +02:00
config.ru Revert to stock config.ru 2015-03-08 20:50:27 -04:00
COPYING Add GPLv2 license text 2013-01-26 12:59:25 -05:00
Gemfile Merge pull request #1770 from GregSutcliffe/backport-groups 2015-08-07 19:58:07 -04:00
Gemfile.lock Update Rails to 4.1.11 2015-06-16 20:49:19 -04:00
mkdocs.yml Specify pages for MkDocs 2014-10-02 11:15:13 -04:00
Rakefile Bring a few details in line with Rails 4.1 2014-06-19 12:33:38 -04:00
README.md Version 2.3.0 2015-06-17 20:43:05 -04:00

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

Build Status

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 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!


Copyright (C) 2004-2014 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.

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.