dawarich/app
Claude cca025a23a
Fix: Correct form parameter nesting for sharing settings
- Replace form builder methods with tag helpers (select_tag, check_box_tag, etc.)
- Fixes malformed parameters where brackets were treated as field names
- Now generates correct nested params: sharing[enabled], sharing[expiration], etc.
- Resolves issue where params were nested incorrectly under trip model
2025-11-07 12:44:01 +00:00
..
assets Updte map view 2025-10-30 19:16:38 +01:00
channels Small fixes 2025-10-22 20:39:02 +02:00
controllers Update migration 2025-11-07 13:41:34 +01:00
helpers Implement public trip sharing with Shareable concern 2025-11-05 15:44:27 +00:00
javascript Refactor: Apply Rails best practices to trip sharing implementation 2025-11-07 12:05:34 +00:00
jobs Fix UTM parameter assignment and update version to 0.34.2 2025-10-31 19:29:20 +01:00
mailers Fix some minor stuff 2025-10-11 14:17:48 +02:00
models Implement public trip sharing with Shareable concern 2025-11-05 15:44:27 +00:00
policies Implement public trip sharing with Shareable concern 2025-11-05 15:44:27 +00:00
queries Reimplement hexagons with H3 2025-09-17 01:55:42 +02:00
serializers Fix stats endpoint returning null for totalPointsTracked 2025-10-04 15:53:25 +02:00
services Show battery status on family member popup 2025-10-20 20:34:05 +02:00
views Fix: Correct form parameter nesting for sharing settings 2025-11-07 12:44:01 +00:00