I noticed in your form that you didnt specify any of the support fields that paperclip uses -avatar_file_name for example - if these aren't in the params hash they won't be saved in the db. In a recent project I added all the fields to the form, but you could add them as hidden.
Paperclip doesn't store the image in the database so is an actual image being stored in the location you setup? On Aug 7, 11:16 am, Fernando Perez <[email protected]> wrote: > A. Leek wrote: > > But it's still not fixing the SQL query. > > Then I'd guess you have attr_accessible? I have fallen into that trap in > the past too ;-) > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

