aws-s3
aws-s3 copied to clipboard
@@{:instance writer=>true} issue
I am trying to integrate aws-s3 with the latest version of rails and when starting the server I receive this error:-
aws-s3-0.6.3/lib/aws/s3/extensions.rb:223:in `class_eval': ///.rvm/gems/ruby-1.9.3-p385/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:223: syntax error, unexpected $undefined (SyntaxError) unless defined? @@{:instance_writer=>true}
Any ideas?
I did what appeared to be an older solution for it in #99 but #95 looks to be the right way for Rails 4.1. It hasn't been merged in months, so probably best to fork https://github.com/bartoszkopinski/aws-s3 and use that. This project looks pretty abandoned.