Harry Wood
|
9401e451d1
|
Format report text with kramdown
Pass the text of reports ('details' field) through the RichText formatter to give us kramdown formatting support.
|
2022-04-29 01:31:39 +01:00 |
|
Andy Allan
|
8938ab7997
|
Remove redundant presence validation on belongs_to
There's no need for us to have it when rails does this for us.
|
2022-03-01 10:01:16 +00:00 |
|
Tom Hughes
|
0654be27f9
|
Fix new rubocop warnings
|
2021-01-11 19:17:31 +00:00 |
|
Andy Allan
|
a41d500b9f
|
Create an ApplicationRecord for models to inherit from
This is the default for Rails 5+, and also paves the way for
multiple database support.
|
2019-11-27 11:50:48 +01:00 |
|
Tom Hughes
|
d73a5d4bc0
|
Merge character validators
|
2018-11-05 18:54:19 +00:00 |
|
J Guthrie
|
c2f23fea6a
|
Create invalid_char validators and apply to models
|
2018-11-05 14:27:03 +00:00 |
|
Andy Allan
|
5310c7000c
|
Remove cascading deletes, add another foreign key, and switch index around.
|
2018-03-14 16:15:39 +08:00 |
|
Andy Allan
|
3e5a4a14df
|
Ensure reports have an issue id and a user id
|
2018-03-14 15:36:46 +08:00 |
|
Andy Allan
|
e85110957a
|
Remove vandalism as an option for reporting notes.
|
2018-03-14 12:51:22 +08:00 |
|
Andy Allan
|
3006ce9713
|
Remove reporting of changesets
|
2018-02-28 14:39:40 +08:00 |
|
Andy Allan
|
63992d83bd
|
Store the report category.
|
2017-12-13 16:02:55 +00:00 |
|
Andy Allan
|
1956ab5913
|
Use a simple user_id for tables with one owning user
This is the standard way of naming in rails, and it avoids having
to tell rails which models are actually required.
|
2017-11-29 16:23:13 +00:00 |
|
Andy Allan
|
fc0096289d
|
Annotate models.
|
2017-11-29 12:34:04 +00:00 |
|
Andy Allan
|
c00c515d9d
|
Ensure report details are not blank.
|
2017-09-06 18:17:54 +01:00 |
|
Andy Allan
|
948fd8c8fa
|
Use reports_count so that counter_cache works automatically.
|
2017-09-06 17:57:54 +01:00 |
|
Matt Amos
|
757a1aaa85
|
Made rubocop happy by formatting and minor syntax tweaks.
|
2016-08-22 17:24:10 +01:00 |
|
Shrey
|
d5f02968f6
|
Fixed tests + Altered migration file + Added reporting strings + Added update method
|
2016-08-22 16:17:54 +01:00 |
|
Shrey
|
5add3cf671
|
Basic models set up
|
2016-08-22 16:12:31 +01:00 |
|