Trevor Vallender
2a44d71478
Add home page
2023-08-20 12:49:21 +01:00
Trevor Vallender
b246c5ac70
Lock down pages
...
Add a `require_login` before_action to ApplicationController so we need
to specifically make pages public rather than the reverse.
2023-08-20 12:39:22 +01:00
Trevor Vallender
552935f5c7
Remove turbo_stream views
...
Was barking up the wrong tree introducing these. The solution to the
issue of forms not re-rendering was to return the :unprocessable_entity
status when errors are encountered.
2023-08-19 16:41:01 +01:00
Trevor Vallender
107c2e62a8
Email confirmation workflow
2023-08-19 16:18:37 +01:00
Trevor Vallender
db908d4ea4
Improve login form
2023-08-18 20:55:12 +01:00
Trevor Vallender
2560f2e4f7
Basic flash styling
2023-08-18 17:35:16 +01:00
Trevor Vallender
5dd9a0c446
Setup user registration and session management
2023-08-15 14:50:39 +01:00