Basic project for my RoR applications. Contains: * Authentication (Rails 8 Generator) * Autorization (Pundit) * User Managment * Phlex Views * SolidCable * SolidCache * SolidQueue * MJML Template
  • Ruby 69.5%
  • HTML 12.6%
  • CSS 9.1%
  • JavaScript 6.4%
  • Shell 1.4%
  • Other 1%
Find a file
Marcel Hoppe bcdbe9456b
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Add social links fo footer and profile
2026-03-29 16:58:59 +02:00
.github Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
.idea Add social links fo footer and profile 2026-03-29 16:58:59 +02:00
.kamal Initial commit 2026-02-11 17:24:06 +01:00
app Add social links fo footer and profile 2026-03-29 16:58:59 +02:00
bin Switch from importmaps to bun 2026-03-01 14:12:17 +01:00
config Add social links fo footer and profile 2026-03-29 16:58:59 +02:00
db Update gems and fix lexxy 2026-03-21 12:31:06 +01:00
doc/design Remove old logo stuff 2026-02-22 22:24:48 +01:00
lib/tasks Add session managment 2026-03-08 23:33:33 +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 Update gems and fix lexxy 2026-03-21 12:31:06 +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 Add session managment 2026-03-08 23:33:33 +01:00
.rubocop.yml Make rubocop happy again 2026-03-11 16:29:27 +01:00
bun.config.js Add passkey support 2026-03-12 14:19:17 +01:00
bun.lock Update dependencies 2026-03-28 15:31:15 +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 Update dependencies 2026-03-28 15:31:15 +01:00
Gemfile.lock Update dependencies 2026-03-28 15:31:15 +01:00
mise.toml Add many stuff... 2026-02-27 21:31:09 +01:00
package.json Update dependencies 2026-03-28 15:31:15 +01:00
postcss.config.js Do mail & logo stuff 2026-02-22 21:14:40 +01:00
Procfile.dev Add session managment 2026-03-08 23:33:33 +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

  • ...