Added the ability to send posts to summariser (not currently av. outside the admin...
authorAidan Cornelius-Bell <aidan@cornelius-bell.com>
Sun, 8 Dec 2024 06:43:21 +0000 (17:13 +1030)
committerAidan Cornelius-Bell <aidan@cornelius-bell.com>
Sun, 8 Dec 2024 06:43:21 +0000 (17:13 +1030)
commitf4f834ab6e4bd40b5aef0d78f6092a4e0d541265
tree4d4ad64c532fb6c44d310ff2fc1a6a0b17adcb98
parent57bee07297a8bc8bccd520eb5a68112144cf3097
Added the ability to send posts to summariser (not currently av. outside the admin view); bundle update
app/assets/stylesheets/application.css
app/controllers/posts_controller.rb
app/services/kagi_summarizer_service.rb [new file with mode: 0644]
app/views/posts/_post.html.erb
app/views/posts/index.html.erb
app/views/posts/show.html.erb
config/credentials.yml.enc
config/routes.rb
db/migrate/20241208061729_add_summary_to_posts.rb [new file with mode: 0644]
db/schema.rb