Size is not included in the list
Forums > Book - Chapter 7 > Size is not included in the list
| Author | Message |
|---|---|
|
maksz Member since 10 Jan 09:24 0 posts |
What does it mean? I’ve got a ‘size’ field in photos table and I’ve got :max_size => 5.megabytes in has_attachment options in Photo model exactly as in the book. And trying to upload a photo I’ve got message: ‘1 error prohibited this photo from being saved There were problems with the following fields:
|
|
liam Member since 10 Feb 01:52 0 posts |
I ran into this problem and found out that it is because my local machine was needing to “catch up” with Ruby – so in order to solve it you need to say “wait – hang on a minute – - need to upload a file here” – you do this by adding a “sleep and the number of seconds” line in the def create – as below…. |