-
Notifications
You must be signed in to change notification settings - Fork 461
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
@@{:instance writer=>true} issue #98
Comments
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. |
duduribeiro
added a commit
to duduribeiro/ceph
that referenced
this issue
Aug 25, 2015
Since I'm using ceph with the `aws-sdk` gem (https://github.com/aws/aws-sdk-ruby) instead `aws-s3` (https://github.com/marcel/aws-s3) because the aws-s3 have a trouble with the new active support (marcel/aws-s3#98) (and the downgrade active-support wasn't a option), I proposed change the doc to receive the usage instructions with the aws-sdk gem. I used ceph with aws-sdk gem with this commands. Thanks so much
duduribeiro
added a commit
to duduribeiro/ceph
that referenced
this issue
Aug 25, 2015
Since I'm using ceph with the `aws-sdk` gem (https://github.com/aws/aws-sdk-ruby) instead `aws-s3` (https://github.com/marcel/aws-s3) because the aws-s3 have a trouble with the new active support (marcel/aws-s3#98) (and the downgrade active-support wasn't a option), I proposed change the doc to receive the usage instructions with the aws-sdk gem. I used ceph with aws-sdk gem with this commands. Thanks so much Signed-off-by: Carlos E Ribeiro <[email protected]>
duduribeiro
added a commit
to duduribeiro/ceph
that referenced
this issue
Aug 31, 2015
Since I'm using ceph with the `aws-sdk` gem (https://github.com/aws/aws-sdk-ruby) instead `aws-s3` (https://github.com/marcel/aws-s3) because the aws-s3 have a trouble with the new active support (marcel/aws-s3#98) (and the downgrade active-support wasn't a option), I proposed change the doc to receive the usage instructions with the aws-sdk gem. I used ceph with aws-sdk gem with this commands. Thanks so much Signed-off-by: Carlos E Ribeiro <[email protected]>
branch-predictor
pushed a commit
to branch-predictor/ceph
that referenced
this issue
Sep 30, 2015
Since I'm using ceph with the `aws-sdk` gem (https://github.com/aws/aws-sdk-ruby) instead `aws-s3` (https://github.com/marcel/aws-s3) because the aws-s3 have a trouble with the new active support (marcel/aws-s3#98) (and the downgrade active-support wasn't a option), I proposed change the doc to receive the usage instructions with the aws-sdk gem. I used ceph with aws-sdk gem with this commands. Thanks so much Signed-off-by: Carlos E Ribeiro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: