No description
Find a file
dependabot[bot] e884747fde Bump bootsnap from 1.18.5 to 1.18.6
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.18.5 to 1.18.6.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.18.5...v1.18.6)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-20 15:27:21 +02:00
.github Initial Commit 2025-05-07 11:23:41 +02:00
.kamal Initial Commit 2025-05-07 11:23:41 +02:00
app Add posts, tags, tagging, to database. Create references to align with new DB model. Add image of mermaid template model. 2025-05-15 16:40:54 +02:00
bin Initial Commit 2025-05-07 11:23:41 +02:00
config Add session & user management in the backend 2025-05-15 16:40:54 +02:00
db Add posts, tags, tagging, to database. Create references to align with new DB model. Add image of mermaid template model. 2025-05-15 16:40:54 +02:00
lib/tasks Initial Commit 2025-05-07 11:23:41 +02:00
log Initial Commit 2025-05-07 11:23:41 +02:00
public Initial Commit 2025-05-07 11:23:41 +02:00
script Initial Commit 2025-05-07 11:23:41 +02:00
storage Initial Commit 2025-05-07 11:23:41 +02:00
test Add posts, tags, tagging, to database. Create references to align with new DB model. Add image of mermaid template model. 2025-05-15 16:40:54 +02:00
tmp Initial Commit 2025-05-07 11:23:41 +02:00
vendor Initial Commit 2025-05-07 11:23:41 +02:00
.dockerignore Initial Commit 2025-05-07 11:23:41 +02:00
.gitattributes Initial Commit 2025-05-07 11:23:41 +02:00
.gitignore Update gems & gitignore 2025-05-15 16:40:54 +02:00
.rubocop.yml Initial Commit 2025-05-07 11:23:41 +02:00
.ruby-version Initial Commit 2025-05-07 11:23:41 +02:00
config.ru Initial Commit 2025-05-07 11:23:41 +02:00
Dockerfile Initial Commit 2025-05-07 11:23:41 +02:00
Gemfile Update gems & gitignore 2025-05-15 16:40:54 +02:00
Gemfile.lock Bump bootsnap from 1.18.5 to 1.18.6 2025-05-20 15:27:21 +02:00
Rakefile Initial Commit 2025-05-07 11:23:41 +02:00
README.md Initial Commit 2025-05-07 11:23:41 +02:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...