Commit Graph

7 Commits

Author SHA1 Message Date
Trevor Vallender a257e98eb6 Add microposts
These will have tags etc. in the future, this is it for now.
2023-09-17 12:45:24 +01:00
Trevor Vallender 2038dd741c Install ActionText
Planning on basing most of the content around this.
2023-09-17 12:37:55 +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 107c2e62a8 Email confirmation workflow 2023-08-19 16:18:37 +01:00
Trevor Vallender 5dd9a0c446 Setup user registration and session management 2023-08-15 14:50:39 +01:00
Trevor Vallender 0915c65dc8 Added user model 2023-08-08 20:25:35 +01:00
Trevor Vallender abf311ae5c Initial commit
- Added devenv (note SSL currently not working)
- Using Postgres as database
2023-08-08 17:48:09 +01:00