Posts tagged Amazon

Oct 24 2010

Package Assets For Rails 3 and Upload to Amazon s3

Rails3 Ruby Amazon s3 | comments

I like to share this quickly for those who are concerned about application performance. Rails has always provided a way to cache assets. It's been very simple but when we think about the "cloud" and scaling, we realized it's a pain to actually make it all work with amazon s3.

Continue reading »
May 24 2010

How to Get Amazon Data Using Ruby

Ruby Amazon DataMining | comments

This is post is inspired by several posts of Greg Moreno on RubyonCloud. Check out the site.

Install the Amazon ECS gem. If you're already using Amazon s3 gem, you don't need to create a new config/yaml file.

Continue reading »