Basic project for my RoR applications. Contains: * Authentication (Rails 8 Generator) * Autorization (Pundit) * User Managment * Phlex Views * SolidCable * SolidCache * SolidQueue * MJML Template
  • Ruby 67.5%
  • HTML 21.6%
  • JavaScript 6.1%
  • Shell 2.5%
  • Dockerfile 1.8%
  • Other 0.5%
Find a file
Marcel Hoppe 092c306d45
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / system-test (push) Waiting to run
Switch from importmaps to bun
2026-03-01 14:12:17 +01:00
.github Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
.idea Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
.kamal Initial commit 2026-02-11 17:24:06 +01:00
app Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
bin Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
config Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
db Add many stuff... 2026-02-27 21:31:09 +01:00
doc/design Remove old logo stuff 2026-02-22 22:24:48 +01:00
lib/tasks Initial commit 2026-02-11 17:24:06 +01:00
log Initial commit 2026-02-11 17:24:06 +01:00
public Do mail & logo stuff 2026-02-22 21:14:40 +01:00
script Add many stuff... 2026-02-27 21:31:09 +01:00
storage Initial commit 2026-02-11 17:24:06 +01:00
test Add many stuff... 2026-02-27 21:31:09 +01:00
tmp Initial commit 2026-02-11 17:24:06 +01:00
vendor Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
.dockerignore Initial commit 2026-02-11 17:24:06 +01:00
.gitattributes Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
.gitignore Do mail & logo stuff 2026-02-22 21:14:40 +01:00
.rubocop.yml Playing with Phlex 2026-02-14 00:37:04 +01:00
bun.config.js Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
bun.lock Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
config.ru Initial commit 2026-02-11 17:24:06 +01:00
docker-compose.yml Do stuff 2026-02-17 19:37:26 +01:00
Dockerfile Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
Gemfile Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
Gemfile.lock Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
mise.toml Add many stuff... 2026-02-27 21:31:09 +01:00
package.json Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
postcss.config.js Do mail & logo stuff 2026-02-22 21:14:40 +01:00
Procfile.dev Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
Rakefile Initial commit 2026-02-11 17:24:06 +01:00
README.md Initial commit 2026-02-11 17:24:06 +01: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

  • ...