Free, open source, Wakatime-compatible coding time tracker
Find a file
Jason Cameron 64cc786394 Update the query stats in the footer to track cache hits/misses (WIP)
Update the query stats in the footer to track cache hits and misses per request
2025-02-18 00:40:26 -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 Update the query stats in the footer to track cache hits/misses (WIP) 2025-02-18 00:40:26 -05:00
bin Initial commit 2025-02-16 03:21:30 -05:00
config Update the query stats in the footer to track cache hits/misses (WIP) 2025-02-18 00:40:26 -05:00
db Add daily leaderboard 2025-02-17 19:05:30 -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 Remove attempted cache mount for docker 2025-02-17 16:56:09 -05:00
Gemfile Add whenever for job scheduling 2025-02-17 19:05:44 -05:00
Gemfile.lock Add whenever for job scheduling 2025-02-17 19:05:44 -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

  • ...