berrypod/test
jamey 6b90b394dd add R module for runtime url routing
GenServer with ETS caching for dynamic URLs:
- Path helpers: cart(), product(id), collection(slug), order(num), page(slug)
- Reverse lookups: page_type_from_slug/1, prefix_type_from_segment/1
- Cache invalidation with sync/async variants
- Supervision tree integration with cache warming

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-01 00:35:41 +01:00
..
berrypod add nav editors to Site tab with live preview 2026-03-28 22:19:48 +00:00
berrypod_web add R module for runtime url routing 2026-04-01 00:35:41 +01:00
fixtures feat: add image optimizer module 2026-01-21 22:16:21 +00:00
support cache settings, categories, and media in ETS to cut per-request DB queries 2026-03-02 16:25:29 +00:00
test_helper.exs add URL redirects with ETS-cached plug, broken URL tracking, and admin UI 2026-02-26 14:14:14 +00:00