ruby Create a Simple Music Streaming App with Ruby on Rails

Amazon S3 is a great way to store files, but learning how to integrate it into your website can be a challenge. In this article, you will learn how to integrate Amazon S3 and Ruby on Rails through the construction of a simple music streaming application.

As Amazon’s website puts it, Amazon S3 is “storage for the Internet”. Not only is it inexpensive, it is also a fast and reliable. It’s a great way to serve content on your website, including images, videos, or pretty much anything that you want. Amazon S3 doesn’t work exactly like the storage on your computer, so here are a few things that you should know

Read the rest of this article on Net Tuts+