Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
dependabot[bot] a0999e3e45
Bump acts_as_list from 1.2.1 to 1.2.2
Bumps [acts_as_list](https://github.com/brendon/acts_as_list) from 1.2.1 to 1.2.2.
- [Changelog](https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brendon/acts_as_list/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: acts_as_list
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-19 00:40:25 +00:00
.github Replace the version-specific Dockerfiles with one staged Dockerfile 2024-07-18 21:09:04 +03:00
app Fix a few user creation errors to be prettier 2024-07-18 22:34:04 +03:00
bin Fix the bin/rails script to run Rails – copy-paste error. 2021-08-31 10:02:52 +03:00
config Fix a few user creation errors to be prettier 2024-07-18 22:34:04 +03:00
db Fix syntax errors for upgrade of Rails version 2024-06-06 01:43:48 +03:00
doc Changelog for release 2.7 2024-06-17 12:46:01 +03:00
lib More code style fixes 2021-01-06 03:47:35 +02:00
log update gitignore rules to match rails 3.2.8 defaults 2012-09-27 10:37:36 -04:00
public Error message fixes for CSV import. Add the necessary directory to Docker image. 2022-02-09 11:28:05 +02:00
script Replace the version-specific Dockerfiles with one staged Dockerfile 2024-07-18 21:09:04 +03:00
test Remove the inbound message handling to get the Rails upgrade done. Pull requests for re-implementing with ActionMailbox are welcome. 2024-06-06 02:15:00 +03:00
test-envs Replace the version-specific Dockerfiles with one staged Dockerfile 2024-07-18 21:09:04 +03:00
vendor/assets Drop vendored SWFObject. Included in swf_fu. 2017-02-12 15:16:05 -05:00
.codeclimate.yml Rubocop still doesn't support Ruby > 2.5, so let's disable that. 2024-06-06 00:31:07 +03:00
.dockerignore Replace the version-specific Dockerfiles with one staged Dockerfile 2024-07-18 21:09:04 +03:00
.gitignore Hopefully the final fixes based on fresh installs with both Docker install methods 2020-07-20 00:58:45 +03:00
.rubocop.yml Relax the Rubocop limits a bit to make CodeClimate more useful 2022-02-22 23:23:14 +02:00
.ruby-version Upgrade Ruby version to hopefully fix Dependabot 2024-06-06 00:28:49 +03: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 Document coding style and adding tests 2022-09-07 15:09:41 +03:00
COPYING Add GPLv2 license text 2013-01-26 12:59:25 -05:00
docker-compose.yml Replace the version-specific Dockerfiles with one staged Dockerfile 2024-07-18 21:09:04 +03:00
docker-entrypoint.sh Hopefully the final fixes based on fresh installs with both Docker install methods 2020-07-20 00:58:45 +03:00
Dockerfile Don't require the .git directory to exist for a successful Docker build. 2024-07-18 22:09:35 +03:00
Gemfile Remove the version constraint from Stripe 2024-07-18 21:39:08 +03:00
Gemfile.lock Bump acts_as_list from 1.2.1 to 1.2.2 2024-07-19 00:40:25 +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 Add CII best practices badge 2022-09-07 14:56:11 +03:00
SECURITY.md Merge pull request #2491 from TracksApp/release_2.5.1 2020-09-24 13:03:55 +03:00

Tracks: a GTD™ compatible web application built with Ruby on Rails

Build Status Code Climate Translation status CII Best Practices

About

Full instructions for both new installations and upgrades from older installations of Tracks can be found in the wiki.

As always, make sure that you take sensible precautions and back up all your data frequently, taking particular care when you are upgrading.

Enjoy being productive!

Contributors and consulting

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.