I setup the gem, and included "include Paperclip::Resource" in my model, when I tried to do a "rake db:automigrate" I keep getting this error:
uninitialized constant Upload::Paperclip - (NameError) Any idea what could be causing this? On Jan 29, 11:29 pm, "Michael D'Auria" <[email protected]> wrote: > There is also dm_paperclip, which is for DM and will upload to > S3:http://github.com/krobertson/dm-paperclip/ > Michael > > On Thu, Jan 29, 2009 at 9:28 PM, Richard Boldway <[email protected]>wrote: > > > > > John, > > > Paperclip is a plugin that is for Rails and Merb that will store on S3. > > Clayton athttp://www.lengelzigich.com/posts/paperclip-and-amazon-s3 > > is a good place to start. However, I checked at > >http://github.com/jaikoo/universal-paperclip/tree/masterand the note > > there states: > > > splitting up DM and AR support. AR works, but DM is still work in > > progress. Please don't try to use DM with this gem unless you are sure you > > know what you are doing > > > Good Luck.... > > > Rich > > RichOnRails > > > john wesonga wrote: > > > Hi, I need a file uploader that uploads to amazon s3, In rails we have > > > attachment_fu which works like a charm, in merb someone has attempted > > > to port the same plugin and failed. I've tried attachmerb_fu plugin > > > and its not working, anybody have an alternative implementation? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
