Free, open source, Wakatime-compatible coding time tracker
Find a file
2025-02-22 01:58:46 -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 Fix notification job missing class name 2025-02-22 01:58:46 -05:00
bin Initial commit 2025-02-16 03:21:30 -05:00
config Update brakeman.ignore 2025-02-21 20:51:52 -05:00
db Fix notification job missing class name 2025-02-22 01:58:46 -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 code for replicating hackclub/sailors-log 2025-02-22 00:15:16 -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 slack status feature 2025-02-21 17:39:41 -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
docker-compose.yml Fix notification job missing class name 2025-02-22 01:58:46 -05:00
Dockerfile Switch to spinning up server directly in the docker file 2025-02-21 17:38:05 -05:00
Dockerfile.dev Fix notification job missing class name 2025-02-22 01:58:46 -05:00
entrypoint.dev.sh Fix notification job missing class name 2025-02-22 01:58:46 -05:00
Gemfile Further config changes to move to good_job 2025-02-21 19:00:07 -05:00
Gemfile.lock Merge pull request #6 from hackclub/dependabot/bundler/selenium-webdriver-4.29.0 2025-02-21 20:29:53 -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
slack_manifest.yml Switch from users.identity -> users.info 2025-02-21 21:47:36 -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

  • ...