Compare commits

..

14 commits

Author SHA1 Message Date
Philipp Rothmann
eb9314773d add html email layout and adjust translations for urls 2023-02-09 17:23:46 +01:00
Philipp Rothmann
199c0e92ca add imageprocessing for message attachements 2023-02-09 17:23:46 +01:00
Philipp Rothmann
e0a7467678 add richtext field to messages 2023-02-09 17:23:46 +01:00
Philipp Rothmann
82bb2df61e add actiontext 2023-02-09 17:23:46 +01:00
Philipp Rothmann
c4d45daf72 add active storage 2023-02-09 17:23:46 +01:00
Philipp Rothmann
a6a8d43758 kind of works with importmaps 2023-02-09 17:23:46 +01:00
Philipp Rothmann
4be9a1420c comment out yield javascript for debugging
should be readded later again and might require this fix to load inline
javascript only after the modules are already loaded: https://stackoverflow.com/questions/71876873/rails-7-7-0-2-3-importmap-jquery-is-not-defined-in-view
2023-02-09 17:23:46 +01:00
Philipp Rothmann
c1128413c2 add jquery to precompile assets 2023-02-09 17:23:46 +01:00
Philipp Rothmann
d71d758915 add manifest.js 2023-02-09 17:23:46 +01:00
Philipp Rothmann
fa52d35d9d add importmap tags to head 2023-02-09 17:23:46 +01:00
Philipp Rothmann
34a5e86e2f init importmap 2023-02-09 17:23:45 +01:00
Philipp Rothmann
82d4ff0284 improve dockerfile caching 2023-02-09 17:22:38 +01:00
Philipp Rothmann
c487f0368a upgrade dockerfile to rails7 2023-02-09 17:21:05 +01:00
FGU
a7747c9e84 fix docker-compose 2023-02-02 10:14:26 +01:00

View file

@ -11,6 +11,7 @@ services:
build:
context: .
dockerfile: Dockerfile-dev
platform: linux/x86_64
command: ./proc-start worker
volumes:
- bundle:/usr/local/bundle