nathancolgate / s3-swf-upload-plugin

A rails 3 gem which allow user upload files to S3 through an embedded flash directly. All UI has been moved out of flex and can be controlled by CSS and JavaScript callbacks.
http://www.nathancolgate.com
MIT License
317 stars 74 forks source link

Generator tells me to run the generator #4

Closed devth closed 14 years ago

devth commented 14 years ago
% rails generate s3_swf_uploader:uploader
% WARNING: You are using the S3 SWF Uploader gem, which wants a config file at /../config/amazon_s3.yml, but none could be found. You should try running 'rails generate s3_swf_upload:uploader'

Infinite loop of WARNINGS!

devth commented 14 years ago

typo!

should be rails generate s3_swf_upload:uploader

nathancolgate commented 14 years ago

"Infinite loop of WARNINGS!" - Sounds like my junior high experience.

Someone else reported a similar error. Seems to be due to rails 3 moving up to beta4. Just to confirm, are you on beta4?

devth commented 14 years ago

Yeah beta4. I think my typo caused the problem. I ran the generator after creating the config manually and it worked.

kerrizor commented 14 years ago

I managed to get the same warning, but it seems to have run successfully