Robert Speicher
6d165c740c
Make all uses of fixture_file_upload
use relative paths
2018-06-07 09:54:41 -05:00
tiagonbotelho
519275c110
fixes part1 of files to start using active tense
2016-08-09 15:06:23 +01:00
Rémy Coutable
1714883107
Revert "Merge branch 'avatar-cropping' into 'master'
"
...
This reverts commit 01160fc061
, reversing
changes made to 4bff9daf8b
.
2016-03-15 14:55:40 +01:00
Robert Speicher
93e6282657
Add :with_avatar
trait to User factory
2016-02-24 13:50:03 -05:00
Stan Hu
bf4b438459
Fix bug where avatar filenames were not actually deleted from the database during removal.
...
This would result in a 404 error in certain views.
The `save` call was being rolled back due to an error in the validation step.
Relax the validation step so that this works.
Closes #1570
2015-05-07 10:00:35 -07:00