Commit Graph

9 Commits

Author SHA1 Message Date
c5331f41c7 Allow Capybara test server host in HostAuthorization
Capybara starts a Puma server on 127.0.0.1:<random_port> for system
tests. Rails HostAuthorization was blocking all requests from that host
since it was not in the config.hosts allowlist, causing every page to
return a blank 403 response and all system tests to fail.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 19:10:23 +00:00
ef0f3cbae3 Revert to asset precompilation in production 2025-07-26 00:10:59 +02:00
magicfixin
5ffc6974f0 Improve installation process 2025-07-23 23:42:41 +02:00
de995aa586 Testing environment updates 2024-01-15 02:05:08 +01:00
9a56681a85 Fix warnings 2024-01-14 03:27:22 +01:00
e4f595a329 Fix translations and enable i18n testing 2023-05-14 16:37:53 +02:00
74db85f26a Remove exception checking from system tests 2023-05-02 03:14:55 +02:00
2d95b11a34 Test registration e-mail 2023-04-19 00:31:52 +02:00
6d2d12a9da rails new
THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox
  --skip-action-text --skip-active-job --skip-active-storage
  --skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap
  --skip-bundle .
2023-03-05 19:23:29 +01:00