cryptogopher
cryptogopher pushed to float-multiplier at fixin.me/fixin.me 2026-05-15 00:18:40 +02:00
c8d73840d0 fix query
2eebedb140 Improve Units tests and remove test parallelization
Compare 3 commits »
cryptogopher opened issue fixin.me/fixin.me#92 2026-05-14 20:02:35 +02:00
Parallelize tests?
cryptogopher created branch float-multiplier in fixin.me/fixin.me 2026-05-10 22:15:01 +02:00
cryptogopher pushed to float-multiplier at fixin.me/fixin.me 2026-05-10 22:15:01 +02:00
6523ae0b1c Fix test passing blank input into required field
cryptogopher opened issue fixin.me/fixin.me#91 2026-05-09 15:55:13 +02:00
Opening additional forms should clear flash messages
cryptogopher pushed to master at fixin.me/fixin.me 2026-05-09 15:50:48 +02:00
33eb2a8c79 Fix test passing blank input into required field
cryptogopher opened issue fixin.me/fixin.me#90 2026-05-09 15:50:06 +02:00
Disallow blank inputs in required form fields
cryptogopher pushed to master at fixin.me/fixin.me 2026-05-08 22:10:53 +02:00
747a8a9357 Fix SQLite query compatibility inside WITH clause
cryptogopher commented on pull request fixin.me/fixin.me#84 2026-05-07 20:54:26 +02:00
Allow Capybara test server host in HostAuthorization

Fixed in 0481b0f6f1ac18d1efc03db9bb92b44458a9cc8f.

cryptogopher closed pull request fixin.me/fixin.me#84 2026-05-07 20:54:26 +02:00
Allow Capybara test server host in HostAuthorization
cryptogopher pushed to master at fixin.me/fixin.me 2026-05-07 20:53:45 +02:00
0481b0f6f1 Allow Capybara test server IP in HostAuthorization
cryptogopher commented on pull request fixin.me/fixin.me#79 2026-05-07 18:25:12 +02:00
Fix ArgumentError for text column length validations

Fixed in 76b95f7c309b14798f0546628bd0963352c60c31 by setting default limit for text type columns.

cryptogopher closed pull request fixin.me/fixin.me#79 2026-05-07 18:25:12 +02:00
Fix ArgumentError for text column length validations
cryptogopher pushed to master at fixin.me/fixin.me 2026-05-07 18:21:13 +02:00
76b95f7c30 Set default :text type column limit
ca7edb99e1 Add Note
98044fc04a Remove empty test files
Compare 3 commits »
cryptogopher pushed to master at fixin.me/fixin.me 2026-05-05 20:41:29 +02:00
d3a34233b9 Set constraints on Readouts.user_id foreign key
4a36ffc8bf Move migration defaults to ActiveRecord migration strategy
78639b4c1e Upgrade Rails to 8.1.3
Compare 3 commits »
cryptogopher deleted branch readout-userid from fixin.me/fixin.me 2026-05-05 20:40:40 +02:00
cryptogopher pushed to readout-userid at fixin.me/fixin.me 2026-05-05 20:37:31 +02:00
d3a34233b9 Set constraints on Readouts.user_id foreign key
4a36ffc8bf Move migration defaults to ActiveRecord migration strategy
78639b4c1e Upgrade Rails to 8.1.3
Compare 3 commits »
cryptogopher pushed to readout-userid at fixin.me/fixin.me 2026-05-05 20:34:18 +02:00
f68b2c82d0 Set constraints on Readouts.user_id foreign key
cf44ced7d1 squash
45de77006d Move migration defaults to ActiveRecord migration strategy
c26a591890 Upgrade Rails to 8.1.3
Compare 4 commits »
cryptogopher pushed to readout-userid at fixin.me/fixin.me 2026-05-05 02:35:04 +02:00
38e4b37ba8 Upgrade Rails to 8.1.3
Compare 2 commits »
cryptogopher pushed to master at fixin.me/fixin.me 2026-05-03 17:49:10 +02:00
38e4b37ba8 Upgrade Rails to 8.1.3
cryptogopher created branch readout-userid in fixin.me/fixin.me 2026-05-03 16:42:34 +02:00
cryptogopher pushed to readout-userid at fixin.me/fixin.me 2026-05-03 16:42:34 +02:00
cryptogopher commented on pull request fixin.me/fixin.me#72 2026-04-30 18:38:20 +02:00
Fix seed admin password too short for Devise validation

Implemented admin password generation according to Devise password length requirements in 3454d3052bfcf34f39bab29c94b9f6ad3afe6230.

cryptogopher closed pull request fixin.me/fixin.me#72 2026-04-30 18:38:20 +02:00
Fix seed admin password too short for Devise validation
cryptogopher pushed to master at fixin.me/fixin.me 2026-04-30 18:27:19 +02:00
c4def9cd86 Filter :email field logging only in production env