Ben Atkins
Ben Atkins
@masarakki - Are you successfully using this on production apps with the current Google Analytics implementation?
:+1: Looks like it's working for me, cheers!
I made the form helper provide a singular tag helper to the view because I thought it would simplify the work for others and due to the nature of the...
Has the syntax for the form changed on the trunk of the [jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload) project? If so, I'll just pull in the most recent changes (which I'd think would work with...
Does the `AWS::S3` gem prevent access to buckets if they aren't in the standard region? Or is there an option yo need to add to the form for the upload...
Hi, yes, it is relatively straightforward. There are some differences in the API, but it's not that different. I guess I should probably swap in [`fog`](https://github.com/fog/fog) as the default gem...
+1 on this. Was trying to use the gem directly from Git with `bundler` and kept getting: ``` Could not find gem 'aws/s3 (>= 0) ruby' in git://github.com/fullbridge-batkins/aws-s3.git (at copy_between_buckets)....