No description
Find a file
Andrew Tomaka e7a4843072
All checks were successful
Ruby CI / test (pull_request) Successful in 19s
Deploy / deploy (push) Successful in 1m11s
Checkout first
2024-11-26 23:27:30 -05:00
.gitea/workflows Checkout first 2024-11-26 23:27:30 -05:00
app Hack in registration prevention (#37) 2024-09-08 22:18:56 -04:00
bin Upgrade Solid Queue (#31) 2024-09-08 21:13:59 -04:00
config Move database storage (#41) 2024-11-26 22:00:24 -05:00
db Play with solid_cache (#34) 2024-09-08 21:51:16 -04:00
lib Initial commit 2022-11-20 15:06:27 -05:00
log Initial commit 2022-11-20 15:06:27 -05:00
public Start running Rails from the main branch (#16) 2024-06-21 23:35:36 -04:00
storage Initial commit 2022-11-20 15:06:27 -05:00
test Hack in registration prevention (#37) 2024-09-08 22:18:56 -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 Install and setup tailwind 2022-11-20 15:07:09 -05:00
.rubocop.yml Start running Rails from the main branch (#16) 2024-06-21 23:35:36 -04:00
.ruby-version Test 3.3.5...for now 2024-11-26 23:04:34 -05:00
config.ru Initial commit 2022-11-20 15:06:27 -05:00
Dockerfile Bump ruby version 2024-11-26 22:30:20 -05:00
Gemfile Unlock and upgrade Tailwind (#43) 2024-11-26 22:24:17 -05:00
Gemfile.lock Bump ruby version 2024-11-26 22:30:20 -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

  • ...