Attachment Fu error on MAC OS X and Ubuntu 9.10

Posted by kgpdeveloper on Stack Overflow See other posts from Stack Overflow or by kgpdeveloper
Published on 2010-03-27T15:17:57Z Indexed on 2010/03/27 15:23 UTC
Read the original article Hit count: 429

Greetings. I am encountering an issue with attachment fu and s3.

Details: Production server - Ubuntu - imagemagick, rmagick aws-s3 gems are installed .

Error starting app:

vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb:173:in `included': undefined method `symbolize_keys' for nil:NilClass (NoMethodError)

See: http://github.com/technoweenie/attachment_fu/blob/master/lib/technoweenie/attachment_fu/backends/s3_backend.rb

Has anyone encountered this? It seems that even with the config/amazon_s3.yml, the YAML file is not read.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems