10 Commits

Author SHA1 Message Date
92132768fa Multiplier in nil for toplevel units 2024-01-09 00:08:53 +01:00
98c8fb9346 Validate Unit string lengths 2024-01-05 21:32:59 +01:00
a4745c9cb8 Add Units 2023-07-06 18:34:16 +02:00
cc65b64a4b Move status checking to model 2023-05-02 03:17:41 +02:00
353049a6b2 Set User :confirmable
Renumber statuses to make :disabled == 0
2023-04-14 21:35:32 +02:00
0e72219373 Require authentication 2023-04-01 18:53:30 +02:00
e29c060a39 Add user statuses and seed admin user 2023-04-01 02:29:59 +02:00
16b067a377 Configure User with Devise
bundle exec rails generate devise User
2023-03-11 23:19:37 +01: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