Commit Graph

9 Commits

Author SHA1 Message Date
e3e6fc3af1 Add foreign keys and an index to StructuredError(Attributes)
These changes will ensure a better data consistency and faster access. We further ensure that records should be deleted properly.
2023-03-20 23:50:12 +01:00
5a36e57b9f Reuse ActiveRecord object after creating StructuredErrorAttributes
With these changes, the newly created StructuredError will have all StructuredErrorAttributes preloaded, thus speeding up further access to this association.
2023-03-20 23:43:53 +01:00
574e99eddd Fix rubocop offenses - Requires Ruby 3.1+ 2022-11-25 11:10:06 +01:00
6cbecb5b39 Apply automatic rubocop fixes 2021-05-14 22:03:06 +02:00
de52db89f0 Upgrade Rails to version 5.2.1 and adopt code & specs where necessary
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
2018-11-06 16:46:00 +01:00
81a079a256 Allow to use simple templates in hints to embed captured error values 2018-03-08 14:57:26 +01:00
40fe5c4e69 Save submission alongside structured error 2018-01-30 11:28:29 +01:00
4d684a7a05 Extract structured errors on run and submit 2017-07-12 09:52:33 +02:00
d2a089d057 Add structured errors to schema 2017-07-03 10:09:48 +02:00