Bob Van Landuyt
|
04c7d0d555
|
Prevent awarding emoji when a project is archived
This prevents performing the requests, and disables all emoji reaction buttons
|
2018-04-11 10:51:43 +02:00 |
|
Rémy Coutable
|
4af9d592c5
|
Replace factory_girl_rails with factory_bot_rails
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands:
```
grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|"
grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|"
```
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
2017-12-14 15:01:55 +01:00 |
|
Z.J. van de Weg
|
91a7b9333b
|
Incorportate feedback
|
2016-06-01 12:10:08 +02:00 |
|
Zeger-Jan van de Weg
|
dccf8a9fc8
|
Add tests on Awardables and Award Emoji
|
2016-05-10 12:03:13 +02:00 |
|
Zeger-Jan van de Weg
|
3bdc57f0a7
|
Create table for award emoji
|
2016-05-06 10:47:11 +02:00 |
|