-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use this example? #12
Comments
Ok, now I also added
to the gemfile, and I copied the uploader.rake file in the tasks folder of my app. But unfortunately when I run
I get the following error:
PS: I already restarted my local server, but it persists. |
Hi Andrea, you probably did run bundle after you added the gem? I ask just to make sure. There also has been a new version of the gem, i suspect it might be not compatible with my code. Try fixing the gem to version 0.6.2. |
Yes after. |
Do you need more information on this? |
You could check in irb if the s3 classes are loaded? Like AWS::S3::S3Object. |
I mean in the rails console. |
I checked and this class is loaded in irb: 1.9.3p194 :001 > AWS::S3::S3Object 2012/8/22 Nico Ritsche [email protected]
|
Have you gotten this working? |
Hi Nico,
I was able to make this work o my local machine. But now I would like to insert the uploader in one of my existing projects, and I don't know how to do it.
In particular, I don't understand how to use the command
inside my app.
This is what I did so far:
But when I choose a file in the form nothing happens.
Please could you tell me what I miss? If you help me I will then write all the steps in your readme ;-)
Thank you very much,
Andrea
The text was updated successfully, but these errors were encountered: