was just about to reply that I have and the error is gone. I've tested the uploader, I don't think its working, I have a bucket called "docs.jwesonga" when I upload and look at the image url its <img src="http://s3.amazonaws.com/jwesonga.docs/photos//original.jpg? 2009130142115&01301421159" />
Nothing is displayed, I have other files uploaded on that bucket using the S3 Organizer and the URL is usually: http://docs.jwesonga.s3.amazonaws.com/<filename> On Jan 30, 2:44 pm, "Michael D'Auria" <[email protected]> wrote: > Did you add it to your dependencies file? > > Michael > > On Fri, Jan 30, 2009 at 2:01 PM, john wesonga <[email protected]> wrote: > > > 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/masterandthe 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 -~----------~----~----~----~------~----~------~--~---
