- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Mar 06, 2018
-
-
Andreas Brandl authored
-
Andreas Brandl authored
For background see https://apidock.com/rails/v4.2.7/ActiveRecord/Relation/find_or_create_by.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
This is to avoid a mix-up with the existing concept of 'user contributions'. See `User#contributed_projects` or `Event#contributions`.
-
Andreas Brandl authored
This is only relevant for migration specs. See spec/support/migrations_helpers.rb.
-
Andreas Brandl authored
This is due to the problem that the callback can be called while running an earlier database schema version (for example during earlier migrations). We work around this by checking the current schema version and only track contributions if the table is available.
-
Andreas Brandl authored
-
Andreas Brandl authored
* Event without project * Fail early on unexpectedly missing author
-
Andreas Brandl authored
-
Andreas Brandl authored
Closes #43460.
-