This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
jaikoo (author)
Fri May 09 15:36:47 -0700 2008
pmcdn /
| name | age | message | |
|---|---|---|---|
| |
README | Fri May 09 15:36:47 -0700 2008 | |
| |
Rakefile | Fri May 09 14:45:52 -0700 2008 | |
| |
app/ | Fri May 09 15:36:47 -0700 2008 | |
| |
autotest/ | Fri May 09 14:45:52 -0700 2008 | |
| |
config/ | Fri May 09 14:45:52 -0700 2008 | |
| |
log/ | Fri May 09 14:45:52 -0700 2008 | |
| |
public/ | Fri May 09 14:45:52 -0700 2008 | |
| |
spec/ | Fri May 09 14:45:52 -0700 2008 |
README
Poor Mans CDN ============= This is a demonstration app that is supposed to be used with the article found on my blog http://jaikoo.com/articles/show/181 It's designed with the following goals: i) Demonstrate clearly how to stream a file form S3 with Merb ii) No database access. This helps when you're running in a cloud computing environment. iii) Show how frikkin cool Merb routing is. Before you put this in production please be aware that you'll probably want some sort of security in the assets controller. You'll also want to make the bucket name configurable. Modify the s3_conf.yml file and change BUCKET_NAME in the assets controller. Any questions send them to jonathan at jaikoo dot com Cheers Jonathan Conway







