No description
Find a file
Andrew Tomaka 8ed6eabdb2 Use cuprite to drive Chrome (#60)
headless tests started to fail due to elements not being present in time
or not being found period.  CBA to fix so just switch to this other
driver for now.

Reviewed-on: #60
2025-06-06 00:00:54 -04:00
.gitea/workflows Upgrade to Ruby 3.4 (#45) 2025-01-15 22:33:09 -05:00
app Try out new Rails rate limiting (#53) 2025-01-16 22:19:35 -05:00
bin Run Rails app:update (#51) 2025-01-16 19:40:29 -05:00
config Move ActiveJob config to initializer (#56) 2025-01-23 13:17:48 -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 Run Rails app:update (#51) 2025-01-16 19:40:29 -05:00
storage Initial commit 2022-11-20 15:06:27 -05:00
test Use cuprite to drive Chrome (#60) 2025-06-06 00:00:54 -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 Upgrade to Ruby 3.4 (#45) 2025-01-15 22:33:09 -05:00
config.ru Initial commit 2022-11-20 15:06:27 -05:00
Dockerfile Upgrade to Ruby 3.4 (#45) 2025-01-15 22:33:09 -05:00
Gemfile Use cuprite to drive Chrome (#60) 2025-06-06 00:00:54 -04:00
Gemfile.lock Use cuprite to drive Chrome (#60) 2025-06-06 00:00:54 -04: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

  • ...