Commit Graph

8 Commits

Author SHA1 Message Date
Trevor Vallender 7b9f27815b Remove learning goals and their associated todos
/ test (push) Has been cancelled Details
2024-03-05 16:07:05 +00:00
Trevor Vallender 80c2841e3d CRUD in place for todos 2024-01-07 13:59:55 +00:00
Trevor Vallender 484d10385a Add frontend logic for learning goals 2024-01-06 10:29:41 +00:00
Trevor Vallender de4eb6742b Upgrades
- Upgrade to Rails 7.1 from RC
- devenv update
- Fix broken tests
2023-10-13 20:04:11 +01:00
Trevor Vallender edef151006 Microposts set up
Index, new, create all working. Styling is _okay_. Some issues with
styling inside trix-editor.
2023-09-17 14:59:06 +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 abf311ae5c Initial commit
- Added devenv (note SSL currently not working)
- Using Postgres as database
2023-08-08 17:48:09 +01:00