8 Commits

Author SHA1 Message Date
651534134e Refine tests 2024-01-17 05:41:08 +01:00
7cfa3a0af0 Refine Unit tests 2024-01-17 04:25:32 +01:00
30a3ecd6d0 Update and test resend confirmation form 2023-04-19 19:50:15 +02:00
71bc68efb3 Test "sign out" 2023-04-16 02:41:04 +02:00
3f2a92a6e5 Test "sign in" 2023-04-12 23:23:37 +02:00
51985bc88e Prepare system testing 2023-04-11 20:50:13 +02:00
deaf0fa73b Generate User scaffold
bundle exec rails generate scaffold user email:string{64}:uniq
  status:integer
2023-03-11 22:56:32 +01:00
6d2d12a9da rails new
THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox
  --skip-action-text --skip-active-job --skip-active-storage
  --skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap
  --skip-bundle .
2023-03-05 19:23:29 +01:00