ALLEN WANG
ALLEN WANG
System: M1 macbook with Mac OS 14.2 App version: 5.1.1 Basically I have this trigger configured to enable a session that prevents macbook from sleeping when power adapter is plugged....
`actable.save` will trigger two update queries and the `after_save` callback is called twice. I think this is because of the bi-directional `auto_save: true` on actings as and actable model.
Arise from https://github.com/allenwq/devise-multi_email/issues/10, `devise-encryptable` must be declared after multi-email in the Gemfile. To investigate why.
After #12, the creator association is delayed loaded. However, it breaks in the cases when `columns` is not called before the query is generated. This can be reproduced in console:...
- [ ] Display bubbles for new materials - [ ] Use an icon to indicate new materials
Display student's attempting history with some stats in submission page. possibly Submissions#show ?