Free, open source, Wakatime-compatible coding time tracker
Find a file
2025-02-17 15:09:02 -05:00
.github Initial commit 2025-02-16 03:21:30 -05:00
.kamal Initial commit 2025-02-16 03:21:30 -05:00
app Attempt to fix avo version tracking error 2025-02-17 14:59:50 -05:00
bin Initial commit 2025-02-16 03:21:30 -05:00
config Delete paper_trail.rb 2025-02-17 15:06:46 -05:00
db Add admins, papertrail, ensure admin authentication on dashboard 2025-02-17 11:32:41 -05:00
lib/tasks Initial commit 2025-02-16 03:21:30 -05:00
log Initial commit 2025-02-16 03:21:30 -05:00
public Initial commit 2025-02-16 03:21:30 -05:00
script Initial commit 2025-02-16 03:21:30 -05:00
storage Initial commit 2025-02-16 03:21:30 -05:00
test Initial commit 2025-02-16 03:21:30 -05:00
tmp Initial commit 2025-02-16 03:21:30 -05:00
vendor Initial commit 2025-02-16 03:21:30 -05:00
.dockerignore Initial commit 2025-02-16 03:21:30 -05:00
.env.example Add SECRET_KEY_BASE to example env file 2025-02-17 14:33:30 -05:00
.gitattributes Initial commit 2025-02-16 03:21:30 -05:00
.gitignore Add example .env 2025-02-17 14:23:34 -05:00
.rubocop.yml Initial commit 2025-02-16 03:21:30 -05:00
.ruby-version Initial commit 2025-02-16 03:21:30 -05:00
config.ru Initial commit 2025-02-16 03:21:30 -05:00
Dockerfile Attempt to speed up build with docker buildcache 2025-02-17 15:09:02 -05:00
Gemfile Add sql count in dev and footer 2025-02-17 13:56:59 -05:00
Gemfile.lock Add sql count in dev and footer 2025-02-17 13:56:59 -05:00
Rakefile Initial commit 2025-02-16 03:21:30 -05:00
README.md Initial commit 2025-02-16 03:21:30 -05:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...