I tested my app locally running in production mode and it does
validate.
I couldn't find any issues on the github page, so.. any ideas? thanks!
Jared Fine
unread,
Nov 20, 2009, 11:23:34 AM11/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Paperclip Plugin
validates_attachment_presence doesn't seem to be working for me as
well. I need to do futher testing though to try to figure out whats
going wrong. For now I'm just using a little hacky validation,
validates_presence_of <attachment>_file_name
Jonathan Yurek
unread,
Nov 23, 2009, 10:09:12 AM11/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to papercli...@googlegroups.com
FTR, this isn't *that( hacky. I'm actually in the process of
refactoring the validations and this is basically what I'm doing. A
presence validation is validating on attachment_file_name.