Micaël Bergeron
|
2057a6acde
|
port of 594e6a0a625^..f74c90f68c6
|
2018-02-01 12:14:46 -05: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 |
|
Jarka Kadlecova
|
2e311d9d1a
|
Support uploads for newly created personal snippets
|
2017-06-07 07:52:41 +02:00 |
|
Robert Speicher
|
5c41338fa3
|
Handle relative and absolute Upload paths in the Uploaders
|
2017-03-06 14:41:10 -05:00 |
|
Robert Speicher
|
3a0be1c5fc
|
Add RecordsUploads module to record Upload records via callbacks
|
2017-03-06 14:41:09 -05:00 |
|