Trevor Vallender
80c2841e3d
CRUD in place for todos
2024-01-07 13:59:55 +00:00
Trevor Vallender
c4d64e40a5
Diary entry basic functionality
...
Entries can be created, edited and viewed.
2023-12-29 14:35:35 +00:00
Trevor Vallender
1e6a31ae78
Basic blog post CRUD
2023-10-05 19:46:09 +01:00
Trevor Vallender
a4cc6d1e3f
Make appropriate pages public
...
Going to be using this as a personal site.
2023-09-29 15:11:24 +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
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
88ccf7d958
Set up page titles
2023-08-18 19:46:38 +01:00
Trevor Vallender
9d17c1d838
Make title a link
2023-08-18 19:36:24 +01:00
Trevor Vallender
ad4fa94bfa
Set up forms and error messages
...
- Assign error class to the existing tags, don't add a wrapper div. This
keeps the code cleaner and doesn't break our styling.
- Use Turbo Streams to update flash
- Style form errors
2023-08-18 19:08:49 +01:00
Trevor Vallender
2560f2e4f7
Basic flash styling
2023-08-18 17:35:16 +01:00
Trevor Vallender
4307f6182c
Initial CSS setup
2023-08-18 17:20:31 +01:00
Trevor Vallender
5dd9a0c446
Setup user registration and session management
2023-08-15 14:50:39 +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