I need to upload files to Amazon S3 from my Ruby on Rails application. I'm using Rails 2.3.

link|improve this question

80% accept rate
What have you tried? Are you using an file upload gems? What is the use case? Some context will help us help you. – Sean Hill Nov 29 '11 at 5:30
hi thanks for the reply and I m about to start the application .. Please help I refer many tutorials .. I cant find a gemfile in my app .. plz help – ramesh Nov 29 '11 at 5:31
is it possible to install aws-s3 gem in rails 2.3 ? – ramesh Nov 29 '11 at 6:03
Rails 2.3 is very old now. I would strongly recommend upgrading to Rails 3.1. Many of the new gems work with 3.1. I personally like carrierwave. Also what files are you trying to upload? Images, etc? – Dean Perry Jan 16 at 19:14
feedback

1 Answer

https://github.com/thoughtbot/paperclip

Have a look at the "Storage" section.

HTH

link|improve this answer
Hi I m a newbe to ruby and can you please explain how to install this paperclip gem ? – ramesh Nov 29 '11 at 8:28
scottmotte.com/archives/181.html – Anand Nov 29 '11 at 9:37
Hi Anand if you don't mind can you please help me on this ? Thanks .. – ramesh Nov 30 '11 at 3:49
Let me know what you've tried so far and where you are facing challenges, I'll gladly try to help. – Anand Nov 30 '11 at 6:18
Hi I tried this tutorial (net.tutsplus.com/tutorials/…) and getting this error uninitialized constant SongsController::AWS Please help – ramesh Nov 30 '11 at 8:38
show 5 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.