Go to file
Andrew Tomaka 329f6537e7
continuous-integration/drone/push Build is passing Details
Use jemalloc for memory allocation (#11)
Reviewed-on: #11
2024-01-26 20:53:20 -05:00
app Fix broken system tests (#4) 2023-07-10 23:09:57 -04:00
bin Update to Rails 7.1 (#8) 2023-10-10 23:01:12 -04:00
config Disable SSL in production 2023-10-31 21:28:48 -04:00
db Update to Rails 7.1 (#8) 2023-10-10 23:01:12 -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 Initial commit 2022-11-20 15:06:27 -05:00
storage Initial commit 2022-11-20 15:06:27 -05:00
test Prefer headless browser for system tests 2023-12-07 20:26:18 -05: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
.drone.yml 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
.ruby-version Goto Ruby 3.3 (#10) 2023-12-25 14:57:39 -05:00
Dockerfile Use jemalloc for memory allocation (#11) 2024-01-26 20:53:20 -05:00
Gemfile Bump all dependencies 2024-01-26 20:42:19 -05:00
Gemfile.lock Bump all dependencies 2024-01-26 20:42:19 -05:00
Procfile.dev Install and setup tailwind 2022-11-20 15:07:09 -05:00
README.md Initial commit 2022-11-20 15:06:27 -05:00
Rakefile Initial commit 2022-11-20 15:06:27 -05:00
config.ru Initial commit 2022-11-20 15:06:27 -05:00

README.md

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

  • ...