No description
  • HTML 66.2%
  • Ruby 31.6%
  • Dockerfile 1%
  • JavaScript 0.7%
  • CSS 0.4%
  • Other 0.1%
Find a file
Andrew Tomaka bad4cd5bc9
All checks were successful
Deploy / deploy (push) Successful in 2m31s
Remove leftover framework defaults file (#72)
Reviewed-on: #72
2026-01-21 21:34:13 -05:00
.gitea/workflows Upgrade to Ruby 4, Rails 8.2.alpha (main), all gems (#71) 2026-01-21 20:01:49 -05:00
app Setup ActionMailer (#69) 2025-10-01 22:26:50 -04:00
bin Upgrade to Ruby 4, Rails 8.2.alpha (main), all gems (#71) 2026-01-21 20:01:49 -05:00
config Remove leftover framework defaults file (#72) 2026-01-21 21:34:13 -05:00
db Setup solid_cable (#55) 2025-01-17 00:28:06 -05:00
lib Initial commit 2022-11-20 15:06:27 -05:00
log Initial commit 2022-11-20 15:06:27 -05:00
public Upgrade to Ruby 4, Rails 8.2.alpha (main), all gems (#71) 2026-01-21 20:01:49 -05:00
storage Initial commit 2022-11-20 15:06:27 -05:00
test Add user information drop down to top right (#64) 2025-06-16 22:35:36 -04:00
tmp Initial commit 2022-11-20 15:06:27 -05:00
vendor Initial commit 2022-11-20 15:06:27 -05:00
.dockerignore Update dependencies and add pipelines (#2) 2023-03-12 10:27:02 -04:00
.gitattributes Initial commit 2022-11-20 15:06:27 -05:00
.gitignore Setup ActionMailer (#69) 2025-10-01 22:26:50 -04:00
.rubocop.yml Start running Rails from the main branch (#16) 2024-06-21 23:35:36 -04:00
.ruby-version Upgrade to Ruby 4, Rails 8.2.alpha (main), all gems (#71) 2026-01-21 20:01:49 -05:00
config.ru Initial commit 2022-11-20 15:06:27 -05:00
Dockerfile Fix various Dockerfile errors (#67) 2025-06-16 23:09:56 -04:00
Gemfile Update all Ruby dependencies (#59) 2025-06-06 00:13:59 -04:00
Gemfile.lock Upgrade to Ruby 4, Rails 8.2.alpha (main), all gems (#71) 2026-01-21 20:01:49 -05:00
Procfile.dev Install and setup tailwind 2022-11-20 15:07:09 -05:00
Rakefile Initial commit 2022-11-20 15:06:27 -05:00
README.md Initial commit 2022-11-20 15:06:27 -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

  • ...