Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
dependabot-preview[bot] c9ca02932a
Bump acts_as_list from 0.9.19 to 1.0.0
Bumps [acts_as_list](https://github.com/swanandp/acts_as_list) from 0.9.19 to 1.0.0.
- [Release notes](https://github.com/swanandp/acts_as_list/releases)
- [Changelog](https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md)
- [Commits](https://github.com/swanandp/acts_as_list/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 15:03:20 +00:00
.github/workflows #2259: Try without the type limits for CI 2019-11-13 21:23:09 +02:00
app Merge pull request #2301 from ZeiP/feature/#2072_tag_sanitize 2020-01-03 11:54:05 -06:00
bin Don't use docker if the file .skip-docker exists in project. 2019-05-13 15:55:59 +02:00
config Version 2.4.1 2019-11-06 23:27:13 +02:00
db #2295: Fix for the migration bug in MySQL 2019-11-06 01:32:46 +02:00
doc Version 2.4.1 2019-11-06 23:27:13 +02:00
lib #1955: Use existing user parameter in taggable models instead of passing it 2019-06-26 00:19:32 +03:00
log update gitignore rules to match rails 3.2.8 defaults 2012-09-27 10:37:36 -04:00
public Add 32x32 favicon 2015-06-19 17:38:45 +02:00
script Migrate CI to GitHub Actions 2019-10-30 21:24:15 -04:00
test #1955: Add user_id to tag test fixtures to fix tests 2019-06-27 15:58:12 +03:00
vendor/assets Drop vendored SWFObject. Included in swf_fu. 2017-02-12 15:16:05 -05:00
.dockerignore Add Docker configuration 2016-01-24 15:59:34 -05:00
.gitignore Don't use docker if the file .skip-docker exists in project. 2019-05-13 15:55:59 +02:00
.rubocop.yml Add RuboCop 2016-08-27 10:09:14 -05: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
CONTRIBUTING.md Docker improvements to better use existing tools 2018-12-06 23:08:05 +01:00
COPYING Add GPLv2 license text 2013-01-26 12:59:25 -05:00
docker-compose.yml Docker improvements to better use existing tools 2018-12-06 23:08:05 +01:00
Dockerfile Migrate CI to GitHub Actions 2019-10-30 21:24:15 -04:00
Gemfile Bump rubocop from 0.78.0 to 0.79.0 2020-01-07 14:53:01 +00:00
Gemfile.lock Bump acts_as_list from 0.9.19 to 1.0.0 2020-01-07 15:03:20 +00: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 Fix the contributors file location in README 2019-11-07 18:06:30 +02:00

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

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 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 /CONTRIBUTING.md 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-2016 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.