I had a "gotcha" with the S3Uploader class because my rails application always has a time zone set other than UTC and so my s3 request was failing with an invalid expiration time policy.
I just had to add the .utc to the end of this line in the S3Uploader intialize to get it working...
I had a "gotcha" with the S3Uploader class because my rails application always has a time zone set other than UTC and so my s3 request was failing with an invalid expiration time policy.
I just had to add the .utc to the end of this line in the S3Uploader intialize to get it working...
I enjoyed the introduction to Meteor.
I think Opa, http://www.opalang.org is another option to look at that is equally mind-blowing and perhaps more mature than Meteor.