-
Notifications
You must be signed in to change notification settings - Fork 460
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
Fix for Rails 4.1.0+ #95
Conversation
👍 on this. |
+1 |
👍 |
👍 can this get merged? |
+1 yes - please merge this. Also, how do I get a thumbs-up icon?!? |
👍 |
👍 |
👍 |
👍 |
1 similar comment
👍 |
👍 pelase merge this! |
👍 |
1 similar comment
+1 |
can anyone merge this? 👍 |
+1 |
2 similar comments
👍 |
👍 |
+1 |
4 similar comments
👍 |
+1 |
+1 |
👍 |
Seems like this gem is no longer maintained, and the author has no public github activity over the last year. Anyone interested in collaborating on a fork? |
Amazon has released a gem for all of AWS and includes S3. It works similarly to this. We've moved over to that and no longer use this gem. |
I'm now using Fog. |
…rsion 0.6.3, and apply Rails 4.1.0+ syntax fix from marcel#95
cattr_*
methods have been moved to theModule
in this commit.That resulted in syntax errors from re-defining extension methods:
This change should be backward compatible and work with Rails 4.1.0.
It also makes more sense to check for inherited methods as well.